fixed overflow

This commit is contained in:
plebbitor
2023-02-04 09:43:20 +01:00
parent d4df4a09e4
commit cc75f084d6
+9 -3
View File
@@ -215,7 +215,7 @@ export const Footer = styled.div`
text-align: center;
clear: both;
padding-top: .5em;
padding-bottom: 20px;
padding-bottom: 5em;
ul {
border-top: 1px solid;
@@ -255,16 +255,22 @@ export const Footer = styled.div`
}
@media (max-device-width: 640px) {
padding-top: 2em;
padding-bottom: 3em;
ul {
width: auto;
border-top: none;
line-height: 2;
display: block;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: center;
row-gap: 10px;
}
.fill {
display: none;
background: inherit;
}
li {