better css

This commit is contained in:
tavo-wasd 2024-01-18 22:51:12 -06:00
parent 6f676388bc
commit 6ad503106b

View file

@ -14,28 +14,26 @@ body {
/* HEADER */
.banner {
padding: 6vh;
box-shadow: 0 15vh 30vh black inset;
background-position: 50%;
background-size: cover;
margin-bottom: 4vh;
height: 30vh;
}
div.desc {
vertical-align: middle;
text-align: center;
padding: 10px;
padding-bottom: 0;
}
div.banner h1 {
font-size: min(8cqw, 5em);
margin-top: 8vh;
line-height: 1vh;
color: white;
line-height: 1vh;
}
div.banner p {
font-size: min(3cqw, 1em);
color: white;
}
@ -96,7 +94,7 @@ div.card:hover {
}
.content p,li {
line-height: 1.6em;
line-height: 1.4em;
}
/* FOOTER */