Skip to content

Commit 593da4e

Browse files
committed
queries 360px
1 parent ff49eff commit 593da4e

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

src/assets/scss/base.scss

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,50 @@ body{
558558
grid-template-columns: 1fr;
559559
row-gap: 1rem;
560560
}
561+
}
562+
563+
@media(max-width: 360px){
564+
.panel {
565+
> .grid-2{
566+
.grid{
567+
grid-template-columns: 1fr;
568+
column-gap: .5rem;
569+
row-gap: .5rem;
570+
}
571+
}
572+
573+
.grid-5{
574+
grid-template-columns: 1fr;
575+
}
576+
577+
form .grid-2{
578+
grid-template-columns: 1fr;
579+
}
580+
}
581+
.grid-main.nav-open .nav ul li:not(.logo) a {
582+
grid-template-columns: 1fr;
583+
}
584+
585+
.nav ul li a {
586+
font-size: .9rem;
587+
}
588+
.logo span {
589+
font-size: 1.35rem;
590+
}
591+
592+
.grid-main.nav-open .nav ul .logo a span {
593+
font-size: 1.5rem;
594+
}
595+
.nav ul li:not(.logo) a span:last-child {
596+
font-size: .55rem;
597+
}
598+
599+
.grid-main.nav-open .nav ul li:not(.logo) a span:last-child {
600+
display: flex;
601+
align-items: center;
602+
justify-content: center;
603+
}
604+
.notification .form{
605+
flex: 1 1 100%;
606+
}
561607
}

0 commit comments

Comments
 (0)