2
0
Эх сурвалжийг харах

Merge pull request #50 from luveti/master

Minor tweaks to padding on home / room pages
Kris 8 жил өмнө
parent
commit
7c54901193

+ 3 - 6
app/client/stylesheets/app.css

@@ -7,6 +7,7 @@ body {
 
 main {
     flex: 1 0 auto;
+    padding-top: 4.5vw;
 }
 
 main h4.thin{
@@ -55,7 +56,7 @@ hr{
 }
 
 .brand-logo {
-    margin-left: 10px;
+    margin-left: 16px;
     font-weight: 300 !important;
 }
 
@@ -220,10 +221,6 @@ input[type="range"] + .thumb {
     /* Weird hack... No clue why this is needed but it is.*/
 }
 
-#room-content {
-  padding-top: 15px;
-}
-
 #thumbs_up, #thumbs_down {
   color: white;
   cursor: pointer;
@@ -537,4 +534,4 @@ input[type=range]::-ms-thumb {
 .hidden {
     display: none;
     height: 0;
-}
+}