Compare commits
No commits in common. "e46fd2f93c16c6fe8251494f9405fdb1b209fed6" and "d05b75a7c3976c9ddec4db8e752e703408c61d4d" have entirely different histories.
e46fd2f93c
...
d05b75a7c3
|
@ -61,8 +61,8 @@
|
||||||
$icon-size: 9rem;
|
$icon-size: 9rem;
|
||||||
$wave-height: 6.3rem;
|
$wave-height: 6.3rem;
|
||||||
|
|
||||||
$mq-noresize: 990px;
|
$mq-noresize: 1250px;
|
||||||
$mq-topicon: $mq-noresize;
|
$mq-noicon: 940px;
|
||||||
$mq-resize: 697px;
|
$mq-resize: 697px;
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: #{$wave-height*1};
|
padding-bottom: #{$wave-height*1.5};
|
||||||
|
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
|
@ -126,7 +126,6 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
flex: $icon-size 0 0;
|
flex: $icon-size 0 0;
|
||||||
|
|
||||||
|
@ -207,14 +206,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// put icon on top instead of left if less than $mq-noresize px wide
|
// remove icon if less than $mq-noresize px wide
|
||||||
@media screen and (max-width: $mq-topicon){
|
@media screen and (max-width: $mq-noicon){
|
||||||
#banner {
|
#banner {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
.icon-wrapper {
|
.icon-wrapper {
|
||||||
padding: 2rem 0;
|
|
||||||
flex: auto;
|
flex: auto;
|
||||||
order: 0;
|
order: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue