File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 496
496
497
497
/* Small screens compatibility changes*/
498
498
@media (max-width : 950px ) {
499
+ /*Logo and navbar */
499
500
.logo-slogan h1 {
500
501
font-size : 36px ;
501
502
}
@@ -515,11 +516,42 @@ p {
515
516
align-items : center;
516
517
}
517
518
519
+
520
+ /* Box template */
518
521
.box {
519
522
max-width : 100% ;
520
523
}
521
524
525
+
526
+ /* Players page */
522
527
.container-player {
523
528
max-width : 100% ;
524
529
}
530
+
531
+
532
+ /* Home page */
533
+ .who-we-are {
534
+ height : auto;
535
+ display : flex;
536
+ flex-direction : column;
537
+ align-items : center;
538
+ margin-bottom : 20px ;
539
+ }
540
+
541
+ .who-we-are .person {
542
+ margin : 10px 0 ;
543
+ }
544
+
545
+ .about {
546
+ max-width : 100% ;
547
+ }
548
+
549
+ .services {
550
+ grid-template-columns : 1fr ;
551
+ gap : 20px ;
552
+ }
553
+
554
+ .services-box {
555
+ width : 100% ;
556
+ }
525
557
}
You can’t perform that action at this time.
0 commit comments