forked from forgejo/forgejo
Responsive design fixes (#4508)
* reset to master * build css * Fixed spacing
This commit is contained in:
parent
f847884d16
commit
8d1ad55598
7 changed files with 113 additions and 7 deletions
|
@ -47,3 +47,16 @@
|
|||
padding-top: 15px;
|
||||
padding-bottom: @footer-margin * 2;
|
||||
}
|
||||
|
||||
footer {
|
||||
@media only screen and (max-width: 880px) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ui.container .left, .ui.container .right {
|
||||
@media only screen and (max-width: 880px) {
|
||||
display: inline;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue