We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730a183 commit fd6a942Copy full SHA for fd6a942
Single page application - Aria web-page/style.css
@@ -530,8 +530,28 @@ section {
530
}
531
532
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
549
@media (max-width: 450px) {
550
html{
551
font-size: 50%;
552
553
554
555
+ margin-left: unset;
556
557
0 commit comments