fix: github icon size in thread

This commit is contained in:
Yanislav Igonin 2022-05-25 13:30:20 +03:00
parent 975e21b012
commit 60ac3560c8
4 changed files with 6 additions and 5 deletions

3
static/styles/footer.css Normal file
View File

@ -0,0 +1,3 @@
.github-icon {
width: 2.5rem;
}

View File

@ -1,7 +1,3 @@
#pagesList { #pagesList {
flex-wrap: wrap flex-wrap: wrap
} }
.github-icon {
width: 2.5rem;
}

View File

@ -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>

View File

@ -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>