aboutsummaryrefslogtreecommitdiffstats
path: root/css/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.scss')
-rw-r--r--css/main.scss13
1 files changed, 11 insertions, 2 deletions
diff --git a/css/main.scss b/css/main.scss
index bda35d6..6d7ed9c 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -30,7 +30,7 @@ $grey-color-light: lighten($grey-color, 43%);
$grey-color-dark: darken($grey-color, 25%);
$oldpurple-color : #5c3c7c;
-$purple-color : #620062
+$purple-color : #620062;
$border-color: #ddd;
$white-color: #fff;
@@ -101,7 +101,16 @@ $font-serif: 'Sintony', sans-serif;
max-width: 0.75 * $content-width;
}
}
-
+@media screen and (max-width: 600px) {
+ .mobile_hide {
+ visibility: hidden;
+ clear: both;
+ float: left;
+ margin: 10px auto 5px 20px;
+ width: 28%;
+ display: none;
+ }
+}
@media screen and (min-width: 400px) {
.auto-content {
width: 80%;