We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67226d commit bad8d45Copy full SHA for bad8d45
app/styles/layout.scss
@@ -30,11 +30,22 @@ button{
30
&-header{
31
height: 150px;
32
background-image: url('assets/img/header_pubg2.png');
33
+ background-position: center;
34
background-size: cover;
35
}
36
37
38
39
+@media only screen and (max-width: 480px){
40
+ .app-layout{
41
+ .app-content{
42
+ &-content{
43
+ padding: 0;
44
+ }
45
46
47
+}
48
+
49
.fa-ul {
50
color: #000000;
51
app/styles/side-menu/side-menu.scss
@@ -37,7 +37,6 @@
.side-menu-links{
- flex: 1;
display: flex;
flex-direction: column;
margin-top: 32px;
@@ -142,6 +141,7 @@
142
141
143
144
.side-menu-footer{
+ margin-top: auto;
145
margin-bottom: 16px;
146
147
ul{
@@ -188,6 +188,7 @@
188
.app-layout{
189
& > .side-menu-footer{
190
display: block;
191
+ margin-top: 16px;
192
193
194
0 commit comments