Compare commits
3 Commits
ac3a7678aa
...
stage
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b6c1d2e42 | |||
| 44f0842393 | |||
| 1004576938 |
@@ -392,7 +392,7 @@ header[role=banner] .header_left_container img {
|
||||
height: calc(200px - 3rem);
|
||||
}
|
||||
}
|
||||
@media (max-width: 1200px) {
|
||||
@media (max-width: 1300px) {
|
||||
header[role=banner] .header_left_container img {
|
||||
height: calc(160px - 4rem);
|
||||
}
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
@media (min-width: 1600px) {
|
||||
height: calc($header-height - 3rem);
|
||||
}
|
||||
@media (max-width: 1200px) {
|
||||
@media (max-width: 1300px) {
|
||||
height: calc($header-height-pad - 4rem);
|
||||
// height: $header-height-pad;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user