changes to header, footer and main divs
[ryf-theme.git] / css / style.css
index 17acd75d63e50d00724f3e57983dbb488d8881a6..403760b666ac3b708dc9d0654ab3d5cc4e61171b 100644 (file)
@@ -78,6 +78,17 @@ a { transition: 0.3s; }
   float: right;
 }
 
+/* Selectors */
+
+@media screen and (min-width: 768px) {
+  .form-inline .form-item .select-wrapper {
+    display: block;
+  }
+  .form-inline .form-actions {
+    margin-top: 21px;
+  }
+}
+
 /* RYF List */
 
 .ryf-list {
@@ -161,6 +172,14 @@ a { transition: 0.3s; }
   color: #FFF;
 }
 
+/* full page width of footer */
+.footer {
+  position: absolute;
+  left: 0;
+  right: 0;
+  width: 100%;
+}
+
 .footer a { color: #edd400; }
 
 .footer a:hover { color: #FFF; }