mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 22:32:33 +03:00
fix: squized error picture
This commit is contained in:
parent
441c158846
commit
4d83b91ade
@ -1,11 +1,11 @@
|
|||||||
.error-image-link {
|
.error-image-link {
|
||||||
max-width: 50%;
|
max-width: 200px;
|
||||||
max-height: 50%;
|
max-height: 200px;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
}
|
}
|
||||||
.error-image-link:hover {
|
.error-image-link:hover {
|
||||||
max-width: 60%;
|
max-width: 300px;
|
||||||
max-height: 60%;
|
max-height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-image {
|
.error-image {
|
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
{{ template "static" }}
|
{{ template "static" }}
|
||||||
<link
|
<link
|
||||||
href="/static/error-image.css"
|
href="/static/styles/error-image.css"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
{{ template "static" }}
|
{{ template "static" }}
|
||||||
<link
|
<link
|
||||||
href="/static/error-image.css"
|
href="/static/styles/error-image.css"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
{{ template "static" }}
|
{{ template "static" }}
|
||||||
<link
|
<link
|
||||||
href="/static/error-image.css"
|
href="/static/styles/error-image.css"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
{{ template "static" }}
|
{{ template "static" }}
|
||||||
<link
|
<link
|
||||||
href="/static/index.css"
|
href="/static/styles/index.css"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
<head>
|
<head>
|
||||||
{{ template "static" }}
|
{{ template "static" }}
|
||||||
{{ template "meta-tags-dynamic" $FirstPost }}
|
{{ template "meta-tags-dynamic" $FirstPost }}
|
||||||
<link href="/static/thread.css" rel="stylesheet" >
|
<link href="/static/styles/thread.css" rel="stylesheet" >
|
||||||
<link href="/static/post.css" rel="stylesheet" >
|
<link href="/static/styles/post.css" rel="stylesheet" >
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user