Browse Source

Added responsive blog sections

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
9a63263cf0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      css/responsive.css

14
css/responsive.css

@ -153,4 +153,16 @@
nav.wrapper a {
width: 140px;
padding: 10px; } }
padding: 10px; }
.large-12.columns.table {
display: table; }
#header {
display:table-header-group; }
#middle {
display:table-row-group; }
#bottom {
display:table-footer-group; } }

Loading…
Cancel
Save