1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed titles on mobile

This commit is contained in:
Fedor Katurov 2019-12-02 17:48:11 +07:00
parent c3cb80b162
commit 07bc05bb79
2 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,5 @@
.place { .place {
height: 72px; // height: 72px;
position: relative; position: relative;
z-index: 3; z-index: 3;
margin-top: -$radius; margin-top: -$radius;

View file

@ -3,7 +3,7 @@
align-items: center; align-items: center;
justify-content: stretch; justify-content: stretch;
position: relative; position: relative;
height: 72px; // height: 72px;
width: 100%; width: 100%;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
@ -24,13 +24,13 @@
.content { .content {
flex: 0 1 $content_width; flex: 0 1 $content_width;
display: flex; display: flex;
align-items: center; align-items: flex-start;
justify-content: stretch; justify-content: stretch;
border-radius: $radius $radius 0 0; border-radius: $radius $radius 0 0;
box-sizing: border-box; box-sizing: border-box;
padding: $gap; padding: $gap;
background: $node_bg; background: $node_bg;
height: 72px; // height: 72px;
@include outer_shadow(); @include outer_shadow();
@ -47,7 +47,7 @@
.title { .title {
text-transform: uppercase; text-transform: uppercase;
font: $font_24_semibold; font: $font_24_semibold;
height: 24px; // height: 24px;
padding-bottom: 6px; padding-bottom: 6px;
} }
@ -77,6 +77,7 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-top: 10px;
& > * { & > * {
margin: 0 $gap; margin: 0 $gap;