more changes to css

This commit is contained in:
Jacob Janzen 2024-08-08 23:51:05 -05:00
parent b8c64e74f6
commit 7a5b174a98

View file

@ -48,16 +48,7 @@ a:hover {
padding: 10px 10px;
}
@media screen and (max-width: 700px) {
.topnav a {
float: none;
display: block;
text-align: left;
}
}
.footer {
max-width: calc(100% - 20px);
width: 700px;
bottom: 0;
margin-top: auto;
@ -65,7 +56,6 @@ a:hover {
}
.footer-top {
max-width: calc(100% - 20px);
width: 700px;
text-align: center;
z-index: 2;
@ -80,6 +70,22 @@ a:hover {
text-align: center;
}
@media screen and (max-width: 700px) {
.topnav a {
float: none;
display: block;
text-align: left;
}
.footer-top {
width: 700px;
text-align: center;
z-index: 2;
display: flex;
justify-content: space-between;
flex-direction: column;
}
}
/* Org Stuff */
.todo {