mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-03-01 15:14:08 +00:00
General styles
This commit is contained in:
parent
e6c9250eb6
commit
9a26a926df
@ -307,7 +307,7 @@
|
||||
flex-direction: column;
|
||||
margin-top: tovw(18px, 'default', 18px);
|
||||
margin-bottom: tovw(44px, 'default', 36px);
|
||||
gap: tovw(32px, 'default', 32px);
|
||||
gap: tovw(18px, 'default', 18px);
|
||||
|
||||
ul:first-child {
|
||||
@include respond-to('mobile') {
|
||||
@ -320,7 +320,7 @@
|
||||
.sub__footer__links {
|
||||
@include respond-to('mobile') {
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
flex-direction: column-reverse;
|
||||
justify-content: center;
|
||||
|
||||
li:last-of-type {
|
||||
@ -349,7 +349,7 @@
|
||||
li:last-child {
|
||||
@include respond-to('mobile') {
|
||||
margin-bottom: tovw(32px, 'tablet', 32px);
|
||||
gap: tovw(32px, 'mobile');
|
||||
gap: tovw(20px, 'mobile');
|
||||
}
|
||||
|
||||
display: flex;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user