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