mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed gaps and radiuses
This commit is contained in:
parent
782bafcc60
commit
f63d2d3228
8 changed files with 62 additions and 29 deletions
|
@ -126,6 +126,10 @@
|
|||
padding: $gap;
|
||||
box-sizing: border-box;
|
||||
flex: 0 0 auto;
|
||||
|
||||
@include tablet {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
|
@ -154,6 +158,10 @@
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
flex: 3;
|
||||
|
||||
@include tablet {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.super_powers {
|
||||
|
|
|
@ -11,6 +11,10 @@ $cols: $content_width / $cell;
|
|||
|
||||
.container {
|
||||
@include container;
|
||||
|
||||
@include tablet {
|
||||
padding: 0 $gap;
|
||||
}
|
||||
}
|
||||
|
||||
.grid {
|
||||
|
|
|
@ -41,3 +41,9 @@
|
|||
align-items: flex-end;
|
||||
justify-content: stretch;
|
||||
}
|
||||
|
||||
.node {
|
||||
@include tablet {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue