first background image; improve naming of galley images

This commit is contained in:
Mark Eaton
2021-03-10 13:13:12 -05:00
parent 04ee32f531
commit fc96df68fb
2 changed files with 12 additions and 6 deletions
+11 -5
View File
@@ -18,6 +18,14 @@ body {
font-size: 1.2em;
}
/* style background image */
.kbcc-background-image {
background-image: url("https://www1.kingsborough.edu/photo_album/kcc_campus_06/images/KG_Kibbee_3_jpg.jpg");
padding: 20px 0px;
height: 230px;
border-radius: 5px;
}
/* style navbar */
.navbar-default {
@@ -80,7 +88,7 @@ a.searchmenu {
/* style for nav by the jumbotron */
.nav-by-jumbotron {
margin-top: -6px;
margin-top: 0px;
margin-bottom: 40px;
}
@@ -136,12 +144,10 @@ a.no-underline {
padding: 2px;
}
/* style the gallery */
.slick-slide img {
padding: 2px;
}
/* style the gallery */
img {
max-height: 350px !important;
object-fit: contain;
margin: 0px;