[docs] Fixed scaling on desktop.

This commit is contained in:
Siavash Eliasi 2020-09-02 19:20:20 +04:30
parent c054445154
commit 42c86909ff
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -182,7 +182,7 @@ h3 {
.glfwnavbar {
list-style-type:none;
margin:0 auto;
margin:0 0 0 auto;
float:right;
}
@ -262,6 +262,10 @@ address.footer {
color:@default-link-color;
}
#main-menu > li:last-child {
margin: 0 0 0 auto;
}
.contents {
min-height:590px;
}