mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-16 15:34:07 +00:00
General styles
This commit is contained in:
parent
80a85347ae
commit
3a21818017
@ -22,7 +22,7 @@
|
||||
|
||||
.hero__container {
|
||||
@include respond-to('mobile') {
|
||||
min-height: unset;
|
||||
min-height: tovw(355px, 'mobile', 380px);
|
||||
}
|
||||
|
||||
display: flex;
|
||||
|
||||
@ -71,6 +71,7 @@
|
||||
width: 135%;
|
||||
transform: translateX(-15%);
|
||||
mix-blend-mode: screen;
|
||||
max-width: tovw(600px, 'default', 600px);
|
||||
}
|
||||
|
||||
display: none;
|
||||
|
||||
@ -48,6 +48,7 @@
|
||||
@include respond-to('mobile') {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: tovw(25px, 'mobile');
|
||||
}
|
||||
|
||||
display: grid;
|
||||
@ -114,6 +115,7 @@
|
||||
margin: tovw(60px, 'mobile') 0 tovw(20px, 'mobile') 0;
|
||||
width: 100%;
|
||||
mix-blend-mode: screen;
|
||||
max-width: tovw(400px, 'default', 400px);
|
||||
}
|
||||
|
||||
display: none;
|
||||
|
||||
@ -48,6 +48,7 @@
|
||||
@include respond-to('mobile') {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: tovw(25px, 'mobile');
|
||||
}
|
||||
|
||||
display: grid;
|
||||
@ -114,6 +115,7 @@
|
||||
margin: tovw(60px, 'mobile') 0 tovw(5px, 'mobile') 0;
|
||||
width: 100%;
|
||||
mix-blend-mode: screen;
|
||||
max-width: tovw(400px, 'default', 400px);
|
||||
}
|
||||
|
||||
display: none;
|
||||
|
||||
@ -151,6 +151,7 @@
|
||||
width: 135%;
|
||||
transform: translateX(-11%);
|
||||
mix-blend-mode: screen;
|
||||
max-width: tovw(600px, 'default', 600px);
|
||||
}
|
||||
|
||||
display: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user