Browse Source

tema mobile

marcav 5 years ago
parent
commit
a351f9f36c
1 changed files with 14 additions and 0 deletions
  1. 14 0
      themes/hackit0x16/static/css/main.css

+ 14 - 0
themes/hackit0x16/static/css/main.css

@@ -436,3 +436,17 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
 
 	#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
 	#add-comment * {margin-bottom: .5em;}
+
+@media screen and (max-width:767px) {
+    h4 {font-size:1.1em;}
+    #banner h1 a:link, #banner h1 a:visited {
+        font-size:30px;
+        text-align:center;
+    }
+    #banner nav {
+        height:auto;
+    }
+    .entry-title {
+        font-size:1.8em;
+    }
+}