|
@@ -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;
|
|
|
-}
|
|
|
+}
|