This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
width: 100%;
|
||||
|
||||
@include screen(tablet) {
|
||||
//sets the position of tabbed content for online mode
|
||||
top: 430px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@include screen(mobile) {
|
||||
@@ -30,6 +29,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.online {
|
||||
@include screen(tablet) {
|
||||
//sets the position of tabbed content for online mode
|
||||
position: absolute;
|
||||
top: 430px;
|
||||
}
|
||||
}
|
||||
|
||||
.mobileNoTabs {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user