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

title appearance fixed

This commit is contained in:
Fedor Katurov 2020-04-08 12:19:56 +07:00
parent a517eca37d
commit 4ebeed76aa
7 changed files with 37 additions and 48 deletions

View file

@ -24,18 +24,19 @@
.content {
flex: 0 1 $content_width;
display: flex;
align-items: flex-start;
align-items: center;
justify-content: stretch;
border-radius: $radius $radius 0 0;
box-sizing: border-box;
padding: $gap;
background: $node_bg;
// height: 72px;
@include outer_shadow();
@include tablet {
border-radius: 0;
flex-direction: column;
align-items: flex-start;
}
@include can_backdrop {
@ -51,7 +52,7 @@
padding-bottom: 6px;
@include tablet {
font-size: 16px;
// font-size: 16px;
word-break: break-word;
padding-bottom: 0;
padding-top: 10px;
@ -84,7 +85,6 @@
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 10px;
& > * {
margin: 0 $gap;
@ -125,6 +125,11 @@
}
}
}
@include tablet {
margin-top: $gap * 2;
align-self: center;
}
}
.mark {