mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
API docs - Fixed margin on mobile
[skip ci]
This commit is contained in:
parent
5d6a2610b9
commit
f86383fdfd
@ -10,6 +10,11 @@
|
|||||||
margin-left: 340px;
|
margin-left: 340px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px)
|
||||||
|
.article.grid-right {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 1500px) {
|
@media (min-width: 1500px) {
|
||||||
.container {
|
.container {
|
||||||
width: 1470px;
|
width: 1470px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user