We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 512f8cc + 064f21a commit 2b90132Copy full SHA for 2b90132
styles/theme-base.css
@@ -402,12 +402,32 @@ hr {
402
}
403
404
.page-tools {
405
- margin-left:1.5rem;
406
- float: right;
407
- text-align: right;
408
- position: relative;
409
- z-index: 10;
+ text-align: center;
+}
+
+@media (min-width:650px){
+ .page-tools {
410
+ float: right;
411
+ text-align: right;
412
+ position: relative;
413
+ z-index: 10;
414
+ }
415
416
417
+@media (min-width:768px){
418
419
+ float:none;
420
+ text-align:center;
421
422
423
424
+@media (min-width:886px){
425
426
+ float:right;
427
+ text-align:right;
428
429
430
431
.page-tools #changelang-langs,
432
.page-tools .edit-bug {
433
font-size:.75rem;
0 commit comments