mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fixed overflow
This commit is contained in:
@@ -215,7 +215,7 @@ export const Footer = styled.div`
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
clear: both;
|
clear: both;
|
||||||
padding-top: .5em;
|
padding-top: .5em;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 5em;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
@@ -255,16 +255,22 @@ export const Footer = styled.div`
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-device-width: 640px) {
|
@media (max-device-width: 640px) {
|
||||||
|
padding-top: 2em;
|
||||||
|
padding-bottom: 3em;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
width: auto;
|
width: auto;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
display: block;
|
display: flex;
|
||||||
overflow: hidden;
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
row-gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fill {
|
.fill {
|
||||||
display: none;
|
display: none;
|
||||||
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|||||||
Reference in New Issue
Block a user