1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +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 {
height: 72px;
// height: 72px;
position: relative;
z-index: 3;
margin-top: -$radius;

View file

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