better handling of css on "blue box" screens
This commit is contained in:
parent
1ee15f38ee
commit
332f8f8d2f
6 changed files with 25 additions and 10 deletions
|
|
@ -51,13 +51,14 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.logo {
|
||||
top: 30px;
|
||||
left: 50px;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.noaa-logo {
|
||||
position: absolute;
|
||||
top: 39px;
|
||||
|
|
@ -86,11 +87,19 @@
|
|||
}
|
||||
|
||||
.main {
|
||||
position: relative;
|
||||
|
||||
&.has-scroll {
|
||||
width: 640px;
|
||||
height: 310px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&.has-box {
|
||||
margin-left: 64px;
|
||||
margin-right: 64px;
|
||||
width: calc(100% - 128px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue