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