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:
parent
5d6a2610b9
commit
f86383fdfd
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user