aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/mobile.scss
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/scss/mobile.scss')
-rw-r--r--htdocs/scss/mobile.scss41
1 files changed, 0 insertions, 41 deletions
diff --git a/htdocs/scss/mobile.scss b/htdocs/scss/mobile.scss
deleted file mode 100644
index d4d0d25..0000000
--- a/htdocs/scss/mobile.scss
+++ /dev/null
@@ -1,41 +0,0 @@
-@import 'vars';
-
-textarea {
- -webkit-overflow-scrolling: touch;
-}
-
-// header
-.head-logo {
- position: static;
- display: block;
- //padding-bottom: 6px;
- // not very good fix:
- overflow: hidden;
- white-space: nowrap;
- padding-bottom: 0;
-}
-.head-logo::after {
- display: none;
-}
-.head-items {
- float: none;
-}
-a.head-item:hover,
-a.head-item:active {
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
-}
-a.head-item:last-child > span {
- border-right: 0;
- padding-right: 12px;
-}
-a.head-item:first-child > span {
- padding-left: 1px;
-}
-
-// blog
-.blog-tags {
- display: none;
-}
-.blog-list.withtags {
- margin-right: 0;
-}