fix: squized error picture

This commit is contained in:
Yanislav Igonin 2021-10-16 13:14:45 +03:00
parent 441c158846
commit 4d83b91ade
10 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
.error-image-link {
max-width: 50%;
max-height: 50%;
max-width: 200px;
max-height: 200px;
transition: 0.2s;
}
.error-image-link:hover {
max-width: 60%;
max-height: 60%;
max-width: 300px;
max-height: 300px;
}
.error-image {

View File

@ -2,7 +2,7 @@
<head>
{{ template "static" }}
<link
href="/static/error-image.css"
href="/static/styles/error-image.css"
rel="stylesheet"
>

View File

@ -2,7 +2,7 @@
<head>
{{ template "static" }}
<link
href="/static/error-image.css"
href="/static/styles/error-image.css"
rel="stylesheet"
>

View File

@ -2,7 +2,7 @@
<head>
{{ template "static" }}
<link
href="/static/error-image.css"
href="/static/styles/error-image.css"
rel="stylesheet"
>

View File

@ -2,7 +2,7 @@
<head>
{{ template "static" }}
<link
href="/static/index.css"
href="/static/styles/index.css"
rel="stylesheet"
>

View File

@ -4,8 +4,8 @@
<head>
{{ template "static" }}
{{ template "meta-tags-dynamic" $FirstPost }}
<link href="/static/thread.css" rel="stylesheet" >
<link href="/static/post.css" rel="stylesheet" >
<link href="/static/styles/thread.css" rel="stylesheet" >
<link href="/static/styles/post.css" rel="stylesheet" >
</head>
<body>