diff options
Diffstat (limited to '')
| -rw-r--r-- | src/scss/home.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/scss/home.scss b/src/scss/home.scss index fa3159f..a32fdfb 100644 --- a/src/scss/home.scss +++ b/src/scss/home.scss @@ -12,11 +12,10 @@ } #about { - span { - margin: 0 !important; - font-family: monospace; - font-size: 110%; - } + span { + margin: 0 !important; + font-family: monospace; + } } @media (max-width: 800px) { |