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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user