padding: 0px;
}
+html {
+ font-size: 80%
+}
+
a {
color: lighten($primary, 40%);
text-decoration: none;
}
body {
- font-size: 13px;
font-family: Fira Code, Helvetica Neue, Helvetica, Arial, sans-serif;
text-shadow: 2px 2px 2px rgb(0, 0, 0);
text-align: center;
.content {
background-color: $background-container;
- border: 1px solid white;
- padding: 10px;
+ border: 0.1em solid white;
+ padding: 0.5em;
}
}
.footer-container {
- font-size: 10px;
+ font-size: 0.5em;
}
}