Browse Source

Adjusted layout for footer

pull/1/head
Ravi Shah 5 years ago
parent
commit
fe703eb9d2
  1. 4
      static/styles.css

4
static/styles.css

@ -56,7 +56,7 @@ a.active {
float: left; float: left;
width: 50%; width: 50%;
padding: 10px; padding: 10px;
height: calc(100vh - 89px)
height: calc(100vh - 178px)
} }
.row:after { .row:after {
@ -73,6 +73,6 @@ a.active {
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.column { .column {
width: 100%; width: 100%;
height: calc((100vh - 138px)*0.5)
height: calc((100vh - 276px)*0.5)
} }
} }
Loading…
Cancel
Save