Skip to content

Commit 2b90132

Browse files
committed
Merge branch 'pull-request/114'
2 parents 512f8cc + 064f21a commit 2b90132

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

styles/theme-base.css

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,12 +402,32 @@ hr {
402402
}
403403

404404
.page-tools {
405-
margin-left:1.5rem;
406-
float: right;
407-
text-align: right;
408-
position: relative;
409-
z-index: 10;
405+
text-align: center;
406+
}
407+
408+
@media (min-width:650px){
409+
.page-tools {
410+
float: right;
411+
text-align: right;
412+
position: relative;
413+
z-index: 10;
414+
}
410415
}
416+
417+
@media (min-width:768px){
418+
.page-tools {
419+
float:none;
420+
text-align:center;
421+
}
422+
}
423+
424+
@media (min-width:886px){
425+
.page-tools {
426+
float:right;
427+
text-align:right;
428+
}
429+
}
430+
411431
.page-tools #changelang-langs,
412432
.page-tools .edit-bug {
413433
font-size:.75rem;

0 commit comments

Comments
 (0)