remove some undesired code
[ryf-theme.git] / css / style.css
index 2da53221db1d55a44e0b13f0147b54b0eaf2dbba..c734877048dc122ed9042cf434ebe716aef66d5a 100644 (file)
@@ -17,8 +17,6 @@ a { transition: 0.3s; }
   border: none;
   border-radius: 0px;
   box-sizing: content-box;
-  display: flex;
-  flex-direction: column-reverse;
   align-items: center;
   margin-bottom: 100px;
   min-height: 100px;
@@ -33,14 +31,14 @@ a { transition: 0.3s; }
   overflow: hidden;
 }
 
-.navbar-default .navbar-toggle { z-index: 999; }
+.navbar-default .navbar-toggle { display: none; }
 
 .navbar-header {
   position: absolute;
   top: 5px;
 }
 
-.navbar-brand { text-indent: -1000px; }
+.navbar-brand { display: none; }
 
 #block-ryf-main-menu .navbar-nav { margin-left: 180px; }
 
@@ -63,11 +61,6 @@ a { transition: 0.3s; }
   margin-bottom: 10px;
 }
 
-#block-bootstrap-main-menu {
-  margin-left: 200px;
-  width: 100%;
-}
-
 .page-header {
   border-bottom: 2px solid #000;
   font-size: 2em;
@@ -172,6 +165,14 @@ a { transition: 0.3s; }
   color: #FFF;
 }
 
+/* full page width for footer */
+.footer {
+  position: absolute;
+  left: 0;
+  right: 0;
+  width: 100%;
+}
+
 .footer a { color: #edd400; }
 
 .footer a:hover { color: #FFF; }