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.
1 parent a1218c6 commit 50909f7Copy full SHA for 50909f7
frontend/src/style.scss
@@ -9,7 +9,7 @@ $coverage_low: #d91a47;
9
$coverage_warn: #ff9a36;
10
$coverage_good: #438718;
11
$highlighted: #f7f448;
12
-$small_screen: 1900px;
+$small_screen: 1280px;
13
14
body {
15
// Setup base typography
@@ -142,12 +142,9 @@ nav {
142
143
// Directory navigation
144
#browser {
145
- margin: 1em 20%;
146
-
147
- // On smaller screens, display table on full width
148
- @media only screen and (max-width: $small_screen) {
149
- margin: 0.5em;
150
- }
+ max-width: $small_screen;
+ margin: 0 auto;
+ padding: .5em;
151
152
.table {
153
display: table;
0 commit comments