Index: skin/issue-reporter.css |
=================================================================== |
--- a/skin/issue-reporter.css |
+++ b/skin/issue-reporter.css |
@@ -1,8 +1,13 @@ |
+html |
+{ |
+ font-size: 16px; |
+} |
Wladimir Palant
2017/10/24 11:00:04
Using rem without setting a font size on the root
|
+ |
body |
{ |
display: flex; |
flex-direction: column; |
align-items: center; |
margin: 1.2rem 0.3rem; |
font-family: Segoe UI, Arial, sans-serif; |
font-size: 1.25rem; |
@@ -26,16 +31,21 @@ header |
{ |
display: flex; |
flex-direction: row; |
flex-shrink: 0; |
align-items: flex-end; |
margin-bottom: 2rem; |
} |
+#logo |
+{ |
+ width: 4rem; |
+} |
+ |
header > .title |
{ |
display: flex; |
flex-direction: column; |
} |
.title > h1 |
{ |