diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-07 00:00:00 +0000 |
commit | 64644083d638b406de38a347c1f0230e92c9e83d96106c889a5f10f3ad5ac923 (patch) | |
tree | 06b8f6a9f8898becdda1cfa0a69f162b4defc91b381f25b4d48da2702edf034b /static/css/style.css | |
parent | 43a700c8083b102a30f7b9df7cc434b3f1113a5615ec118adf32600b1bb12052 (diff) | |
download | hugo-theme-journal-64644083d638b406de38a347c1f0230e92c9e83d96106c889a5f10f3ad5ac923.tar.gz hugo-theme-journal-64644083d638b406de38a347c1f0230e92c9e83d96106c889a5f10f3ad5ac923.zip |
Set #return spacing for non-coarse pointer devices
Diffstat (limited to 'static/css/style.css')
-rw-r--r-- | static/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css index 5679547..c078c48 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -97,12 +97,12 @@ nav ul { list-style: none; } +#return { + margin-bottom: 2em; +} + @media (pointer: coarse) { .navlink { margin-bottom: 1em; } - - #return { - margin-bottom: 2em; - } } |