Improve all the things

This commit is contained in:
2018-06-17 16:15:02 +02:00
parent 5436469128
commit c074ccf460
5 changed files with 102 additions and 44 deletions
+9 -1
View File
@@ -43,7 +43,7 @@ h1, h2, h3, h4, h5, input, button {
section {
h2 {
font-size: 2rem;
font-size: 1.4rem;
color: $primaryColor;
}
@@ -97,6 +97,14 @@ button, input[type=submit] {
}
}
@media (min-width: 550px) {
section {
h2 {
font-size: 2rem;
}
}
}
@import "components/topbar";
@import "components/loading-spinner";
@import "components/contributor-list";