error be erroring, footer really be footing

This commit is contained in:
2023-08-29 12:24:04 -05:00
parent c95d9b2893
commit 6d2af4e736
15 changed files with 126 additions and 19 deletions

View File

@@ -19,6 +19,7 @@
align-items: center;
margin: 0px;
padding: 0px;
overflow: hidden;
}
.footer__links {
@@ -30,7 +31,6 @@
display: flex;
justify-content: center;
align-items: center;
overflow: visible;
}
.footer__links_ul {
@@ -98,4 +98,24 @@
height: 30px;
padding: 0px;
margin: 0px;
}
@media screen and (max-width: 650px) {
// Phones
.footer__links_ul_li_svg {
width: 30px;
height: 30px;
}
.footer__links_ul_li {
margin: 15px;
}
.footer__toes__links_link_a {
font-size: 17px;
}
.footer__toes__links_link {
width: 80px;
}
}