summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman <59285587+codeandmedia@users.noreply.github.com>2020-03-03 23:38:09 +0300
committerGitHub <noreply@github.com>2020-03-03 23:38:09 +0300
commit98a93d61c52ea3902e9f0aaef62436ed58a2e001 (patch)
tree413b4eda89249f4636bbc3a281d5def28ebc5c0c
parentecbf43ec737df391ed0931ad33ea9f9f8f64fdbe (diff)
some mobile view improvements
-rw-r--r--sass/main.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/sass/main.scss b/sass/main.scss
index 88d2c83..e88c74f 100644
--- a/sass/main.scss
+++ b/sass/main.scss
@@ -242,13 +242,30 @@ main {
@media screen and (max-width: 1023px) {
+ body {
+ font-size:1rem;
+ }
+
nav, main {
width:92vw;
margin:0 4vw;
}
+
+ pre {
+ width:92vw;
+ }
#mobile {
display: block;
+ outline:none;
+ }
+
+ select {
+ font-size:1.375rem;
+ }
+
+ .search-results__items {
+ list-style-position:inside;
}
#bger, #tax_list {