mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
better footer and fix png file
This commit is contained in:
@@ -248,9 +248,39 @@ export const Footer = styled.div`
|
|||||||
.first {
|
.first {
|
||||||
border-left: 1px solid;
|
border-left: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #800;
|
color: #800;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-device-width: 640px) {
|
||||||
|
ul {
|
||||||
|
width: auto;
|
||||||
|
border-top: none;
|
||||||
|
line-height: 2;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fill {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
background: inherit;
|
||||||
|
display: inline;
|
||||||
|
float: none;
|
||||||
|
border: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.first {
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: blue;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
Reference in New Issue
Block a user