mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-21 22:02:34 +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 {
|
||||
flex-wrap: wrap
|
||||
}
|
||||
|
||||
.github-icon {
|
||||
width: 2.5rem;
|
||||
}
|
@ -4,6 +4,7 @@
|
||||
<head>
|
||||
{{ template "static" }}
|
||||
<link href="/static/styles/index.css" rel="stylesheet">
|
||||
<link href="/static/styles/footer.css" rel="stylesheet">
|
||||
{{ template "meta-tags-static" }}
|
||||
</head>
|
||||
|
||||
|
@ -5,9 +5,10 @@
|
||||
|
||||
<head>
|
||||
{{ template "static" }}
|
||||
{{ template "meta-tags-dynamic" $FirstPost }}
|
||||
<link href="/static/styles/thread.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>
|
||||
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user