mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 06:12:33 +03:00
fix: github icon size in thread
This commit is contained in:
parent
975e21b012
commit
60ac3560c8
3
static/styles/footer.css
Normal file
3
static/styles/footer.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.github-icon {
|
||||||
|
width: 2.5rem;
|
||||||
|
}
|
@ -1,7 +1,3 @@
|
|||||||
#pagesList {
|
#pagesList {
|
||||||
flex-wrap: wrap
|
flex-wrap: wrap
|
||||||
}
|
}
|
||||||
|
|
||||||
.github-icon {
|
|
||||||
width: 2.5rem;
|
|
||||||
}
|
|
@ -4,6 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
{{ template "static" }}
|
{{ template "static" }}
|
||||||
<link href="/static/styles/index.css" rel="stylesheet">
|
<link href="/static/styles/index.css" rel="stylesheet">
|
||||||
|
<link href="/static/styles/footer.css" rel="stylesheet">
|
||||||
{{ template "meta-tags-static" }}
|
{{ template "meta-tags-static" }}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -5,9 +5,10 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
{{ template "static" }}
|
{{ template "static" }}
|
||||||
{{ template "meta-tags-dynamic" $FirstPost }}
|
|
||||||
<link href="/static/styles/thread.css" rel="stylesheet">
|
<link href="/static/styles/thread.css" rel="stylesheet">
|
||||||
<link href="/static/styles/post.css" rel="stylesheet">
|
<link href="/static/styles/post.css" rel="stylesheet">
|
||||||
|
<link href="/static/styles/footer.css" rel="stylesheet">
|
||||||
|
{{ template "meta-tags-dynamic" $FirstPost }}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user