1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-26 09:09:36 -05:00

fix small screen fit

This commit is contained in:
Unknwon 2015-08-26 02:05:08 +08:00
parent 4d75db4811
commit 27f7abdd77
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -213,3 +213,9 @@ footer {
overflow: visible;
clip: auto;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.ui.container {
width: 90%;
}
}