mirror of
https://gitlab.com/niansa/discordlistforbots.git
synced 2025-03-06 20:49:22 +01:00
Fixed mobile view
This commit is contained in:
parent
b29282e4d3
commit
504b1a3b36
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ body {
|
|||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
@media only screen and (max-width: 600px) {
|
||||
.container {
|
||||
margin: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.linkButton {
|
||||
background-color:transparent;
|
||||
|
|
Loading…
Add table
Reference in a new issue