1
0
Fork 0
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:
niansa 2021-01-10 18:41:04 +01:00
parent b29282e4d3
commit 504b1a3b36

View file

@ -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;