Nav details

This commit is contained in:
Madison Scott-Clary
2023-10-03 13:57:46 -07:00
parent 7c84fc5cfe
commit dbbf7f9e7d
6 changed files with 44 additions and 95 deletions

View File

@ -35,18 +35,16 @@ ul {
list-style-type: revert;
padding-left: 2rem;
}
.nav-desktop {
display: block;
}
.nav-mobile {
display: none;
}
.hero {
font-family: "Gentium Plus", serif;
font-size: 18pt;
line-height: 1.5;
color: #444444;
margin-bottom: 1rem;
background: url(/img/hero-bg.png);
background-size: cover;
background-position: center;
background-color: #fafafa;
}
@ -79,10 +77,10 @@ ul {
}
.carousel nav li {
display: inline-block;
margin: 0;
padding: 0.5rem;
}
display: inline-block;
margin: 0;
padding: 0.5rem;
}
.carousel nav li.on {
background-color: #555;

BIN
static/img/hero-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB