diff options
-rw-r--r-- | test.scss | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ position: relative; top: 1.8em; clear: left; + @media screen and (max-width: 480px) { + top: 3.2em; + font-size: 10px; + } } .topbar li { |
index : bynu/styling | ||
Unnamed repository; edit this file 'description' to name the repository. | Siri Reiter |
summaryrefslogtreecommitdiff |
-rw-r--r-- | test.scss | 4 |
@@ -28,6 +28,10 @@ position: relative; top: 1.8em; clear: left; + @media screen and (max-width: 480px) { + top: 3.2em; + font-size: 10px; + } } .topbar li { |