aboutsummaryrefslogtreecommitdiff
path: root/_scss/_framework.scss
diff options
context:
space:
mode:
Diffstat (limited to '_scss/_framework.scss')
-rw-r--r--_scss/_framework.scss17
1 files changed, 4 insertions, 13 deletions
diff --git a/_scss/_framework.scss b/_scss/_framework.scss
index a2f0c56..0a0d84a 100644
--- a/_scss/_framework.scss
+++ b/_scss/_framework.scss
@@ -22,14 +22,14 @@ body {
margin: auto;
max-width: 52em;
min-height: 100vh;
- padding: 6em 4em 4em 4em;
- text-rendering: optimizeLegibility;
+ padding: 6em 4em 4em;
+ text-rendering: optimizelegibility;
}
-@media (max-width: 684px) {
+@media (width <=684px) {
body {
font-size: $font-size-base * 0.85;
- padding: 4em 1em 2em 1em;
+ padding: 4em 1em 2em;
}
}
@@ -176,15 +176,6 @@ th {
padding: 0.5em;
}
-input,
-textarea {
- border: 1px solid $color-text;
-
- &:focus {
- border: 1px solid $color-blossom;
- }
-}
-
textarea {
width: 100%;
}