1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 13:28:33 +00:00

API docs - Fixed margin on mobile

[skip ci]
This commit is contained in:
Robert 2021-04-07 21:59:04 +02:00
parent 5d6a2610b9
commit f86383fdfd

View File

@ -10,6 +10,11 @@
margin-left: 340px;
}
@media only screen and (max-width: 768px)
.article.grid-right {
margin-left: 0;
}
@media (min-width: 1500px) {
.container {
width: 1470px;