Updated Horizonal Layout & Added Smooth Scrolling

Set Min heights for blocks so when orientation is landscape it doesnt break. Also added jQuery smooth scrolling so help with interactions.
This commit is contained in:
2018-10-12 13:10:47 -04:00
parent d3778b4920
commit 179e15b77a
3 changed files with 45 additions and 2 deletions

View File

@@ -371,6 +371,22 @@ input.input-weightsavailable{
color: #48484A;
}
@media screen and (orientation: landscape) {
.b-header{
min-height: 136px;
}
.b-platevisual{
min-height: 204px;
}
.b-calulatorinputs{
min-height: 245px;
}
}
/*
.b-container {