header and footer tweaking

This commit is contained in:
2017-07-22 19:40:35 +02:00
parent 3841d34eab
commit fc29d5da24
2 changed files with 13 additions and 14 deletions

View File

@@ -3,14 +3,11 @@
.navbar {
margin-bottom: 0;
background-color: #f5f5f5;
color: #404040 !important;
z-index: 9999;
border: 0;
border-radius: 0;
font-size: 20px !important;
line-height: 1.42857143 !important;
letter-spacing: 4px;
border-radius: 0;
}
.navbar li a, .navbar .navbar-brand {
@@ -46,9 +43,9 @@
color: #000000 !important;
}
#footer {
text-align: center;
color: #428BCA;
.container-fluid {
padding-top: 40px;
padding-bottom: 40px;
}
.form-group {
@@ -71,6 +68,10 @@
min-height: 100%;
}
.bg-footer {
background-color: #2f2f2f;
color: #ffffff;
}
.logo {
height: 60px;
}