Browse Source

Fixing footer styles

pull/1/head
Ravi Shah 5 years ago
parent
commit
05fead69eb
  1. 6
      static/styles.css

6
static/styles.css

@ -28,7 +28,7 @@ a.none {
padding: 0px;
text-decoration: none;
font-size: 16px;
line-height: 0px;
line-height: 24px;
border-radius: 0px;
}
@ -67,7 +67,7 @@ a.active {
float: left;
width: 50%;
padding: 10px;
height: calc(100vh - 178px)
height: calc(100vh - 149px)
}
.row:after {
@ -84,6 +84,6 @@ a.active {
@media screen and (max-width: 600px) {
.column {
width: 100%;
height: calc((100vh - 276px)*0.5)
height: calc((100vh - 198px)*0.5)
}
}
Loading…
Cancel
Save