📚😻 Checkpoint

./team/index.html:69682263/594
./styles/main.css:69682263/105
./status/index.html:69682263/619
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-12 17:41:46 +00:00
parent 545084cb59
commit 1ff6813787
3 changed files with 36 additions and 10 deletions

View File

@ -104,7 +104,11 @@ img {
margin: 0 1rem;
}
@media (min-width: 600px) {
#main {
width: 100%;
}
@media (min-width: 650px) {
#main {
width: 60%;
}
@ -131,3 +135,11 @@ h3 {
font-size: 1.4rem;
margin: .5rem 0 0 0;
}
/* dl/dt/dd */
dt {
font-weight: bold;
}
dd {
margin-bottom: .5rem;
}