Skip to content

Commit fd6a942

Browse files
committed
added new media queries for better ui
1 parent 730a183 commit fd6a942

File tree

1 file changed

+20
-0
lines changed
  • Single page application - Aria web-page

1 file changed

+20
-0
lines changed

Single page application - Aria web-page/style.css

+20
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,28 @@ section {
530530
}
531531
}
532532

533+
@media (max-width: 598px) {
534+
.box {
535+
margin-left: 10rem;
536+
}
537+
}
538+
539+
@media (max-width: 590px) {
540+
#home .content h3 {
541+
font-size: 5rem;
542+
}
543+
544+
.about .row .image img {
545+
margin-left: 6rem;
546+
}
547+
}
548+
533549
@media (max-width: 450px) {
534550
html{
535551
font-size: 50%;
536552
}
553+
554+
.box {
555+
margin-left: unset;
556+
}
537557
}

0 commit comments

Comments
 (0)