Switching depending on semester

This commit is contained in:
2023-04-24 18:51:42 -05:00
parent 73c082fd38
commit 1200f5d08a
3 changed files with 33 additions and 11 deletions

View File

@@ -14,12 +14,12 @@ main {
}
main h1 {
font-size: 36px;
font-size: 24px;
margin: 0 0 20px 0
}
main p {
font-size: 18px;
font-size: 10px;
line-height: 1.5;
margin: 0 0 20px 0
}
@@ -63,11 +63,12 @@ footer p {
border: 3px solid #f1f1f1;
margin: 5px auto;
position: absolute;
font-size: small;
top: 15%;
left: 50%;
transform: translate(-50%, -50%);
width: 70%;
padding: 20px;
padding: 10px;
text-align: center
}