summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/mobi.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/mobi.css.scss')
-rw-r--r--app/assets/stylesheets/mobi.css.scss15
1 files changed, 12 insertions, 3 deletions
diff --git a/app/assets/stylesheets/mobi.css.scss b/app/assets/stylesheets/mobi.css.scss
index cc437cb..c1b44fd 100644
--- a/app/assets/stylesheets/mobi.css.scss
+++ b/app/assets/stylesheets/mobi.css.scss
@@ -4,12 +4,12 @@
th, td {
// force tables into line-mode
- // it's a bit ugly, but probably the best
+ // it''s a bit ugly, but probably the best
// solution for small screens
display: block;
}
- #head {
+ #head_top {
#menu {
#logo {
display: none;
@@ -17,10 +17,19 @@
}
}
+ #head_scroll {
+ @extend #head_top;
+ position: fixed;
+}
+
#main-content {
padding: 30px 5px;
}
+ #main-content-scroll {
+ padding: 181px 5px;
+ }
+
.front-page {
h1 {
font-size: 2em !important;
@@ -66,4 +75,4 @@
margin: 50px 20px 0;
}
-} \ No newline at end of file
+}