Skip to content

Commit 9549726

Browse files
committed
Add home page mobile compatibility
1 parent b693a57 commit 9549726

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

website/static/styles.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ p {
496496

497497
/* Small screens compatibility changes*/
498498
@media (max-width: 950px) {
499+
/*Logo and navbar */
499500
.logo-slogan h1 {
500501
font-size: 36px;
501502
}
@@ -515,11 +516,42 @@ p {
515516
align-items: center;
516517
}
517518

519+
520+
/* Box template */
518521
.box {
519522
max-width: 100%;
520523
}
521524

525+
526+
/* Players page */
522527
.container-player {
523528
max-width: 100%;
524529
}
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+
}
525557
}

0 commit comments

Comments
 (0)