Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-06-20 12:49:55 +02:00
parent 3827bf5c2e
commit 0690ee0e70

View File

@@ -1,5 +1,5 @@
body {
font-size: 19px;
font-size: 20px;
}
main {
@@ -11,12 +11,16 @@ section {
}
h1, h2, h3, h4 {
color: #df691a;
color: #34b891;
}
h3 {
font-size: 23px;
}
a, a:hover {
color: #34b891;
}
li {
margin-bottom: 3px;
}
@@ -33,10 +37,10 @@ header.navbar {
height: auto;
line-height: 50px;
margin-left: 20px;
color: #df691a;
color: #34b891;
}
.navbar a.navbar-brand:hover {
color: #df691a;
color: #34b891;
}
.navbar .navbar-brand small {
font-size: 18px;
@@ -47,7 +51,6 @@ header.navbar {
@media (min-width: 768px) {
#sidebar {
/*position:fixed;*/
position:absolute;
}
}