Ver Fonte

tema mobile

marcav há 5 anos atrás
pai
commit
a351f9f36c
1 ficheiros alterados com 14 adições e 0 exclusões
  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;
+    }
+}