Skip to content

Commit ff49eff

Browse files
committed
queries 575px
1 parent 9c4994d commit ff49eff

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

src/assets/scss/base.scss

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,4 +495,67 @@ body{
495495
.header-top ul li a, .header-top a {
496496
font-size: 1.15rem;
497497
}
498+
}
499+
500+
@media(max-width: 575px){
501+
.panel {
502+
> .grid-2{
503+
.grid{
504+
grid-template-columns: 1fr;
505+
column-gap: 1rem;
506+
row-gap: 1rem;
507+
}
508+
}
509+
510+
.grid-5{
511+
grid-template-columns: 1fr;
512+
}
513+
514+
form .grid-2{
515+
grid-template-columns: 1fr;
516+
}
517+
}
518+
.grid-main.nav-open .nav ul li:not(.logo) a {
519+
grid-template-columns: 40px 50px;
520+
}
521+
522+
.nav ul li a {
523+
font-size: 1.1rem;
524+
}
525+
.logo span {
526+
font-size: 2rem;
527+
}
528+
529+
.grid-main.nav-open .nav ul .logo a span {
530+
font-size: 3rem;
531+
}
532+
.nav ul li:not(.logo) a span:last-child {
533+
font-size: .7rem;
534+
}
535+
536+
.notification{
537+
flex-direction: column;
538+
padding-bottom: .75rem;
539+
justify-content: start;
540+
align-items: inherit;
541+
}
542+
.notification .form{
543+
flex: 1 1 100%;
544+
}
545+
546+
.content-title h1 {
547+
font-size: 1rem
548+
}
549+
550+
.panel-title {
551+
font-size: .85rem;
552+
margin: 0 0 .5rem;
553+
}
554+
.panel-btn {
555+
font-size: .8rem;
556+
}
557+
.panel-inputs {
558+
grid-template-columns: 1fr;
559+
row-gap: 1rem;
560+
}
498561
}

0 commit comments

Comments
 (0)