Skip to content

Commit

Permalink
Remove extra space. #200
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky committed Sep 8, 2024
1 parent 787a9b4 commit 10c8bbf
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions resources/css/cbsc.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

/* Bibl banner*/
.main-content-block {margin-top:0; padding-top:1em !important;}
.navbar {
border-bottom: 4px solid #0285A1 !important;
}
Expand Down Expand Up @@ -34,9 +35,9 @@
margin-left:.5em;
margin-top:.5em;
}
h1.cbsc-logo {
h1.cbsc-header {
margin-top:120px;
padding-bottom:0;
padding-bottom:0;
color:gray;
font-size:32px;
}
Expand All @@ -56,4 +57,13 @@ h1, h2 {color:gray; padding-top: 1em; padding-bottom: 1em;}
.funding .vuLogo {margin-top:-1em;}
.img-credit .navbar-nav a{color:white}
.homepage-nav a{font-size:large; color:white;}
.homepage-nav li{margin: .25em 1em;}
.homepage-nav li{margin: .25em 1em;}

@media (max-width: 600px) {
h1.cbsc-header {
margin-top:10px;
padding-bottom:0;
color:gray;
font-size:24px;
}
}

0 comments on commit 10c8bbf

Please sign in to comment.