mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Visual tweaks
This commit is contained in:
parent
603ad1c653
commit
b64a41b87f
@ -7,6 +7,7 @@ body {
|
|||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
.nav-link {
|
.nav-link {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
font-size: 14px;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -14,7 +15,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fa-fw {
|
.fa-fw {
|
||||||
margin-right: 3px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -70,6 +71,7 @@ code:not(.hljs) {
|
|||||||
|
|
||||||
.hljs {
|
.hljs {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
font-size: 13px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
&.http {
|
&.http {
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>
|
<p class="small">
|
||||||
<i class="far fa-heart"></i> Frankfurter 2012-<%= Date.today.year %>
|
<i class="far fa-heart"></i> Frankfurter 2012-<%= Date.today.year %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user