Skip to content

Commit 05f017f

Browse files
committed
make mobile responsive
1 parent 235af52 commit 05f017f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

static/css/home.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,12 @@
725725
.event_2 .event__header .event__wrapper {
726726
grid-row: 2;
727727
}
728+
729+
730+
/* ======================== PYMCON SPONSOR SLIDER ====================== */
731+
.pymcon__sponsor__container > h1{
732+
font-size: 2rem;
733+
}
728734

729735

730736
/* ============================ GOALS ============================== */
@@ -860,6 +866,20 @@
860866
.goal p {
861867
font-size: 0.8rem;
862868
}
869+
870+
871+
/* ======================== PYMCON SPONSOR SLIDER ====================== */
872+
.pymcon__sponsor__container {
873+
grid-template-columns: 1fr;
874+
text-align: center;
875+
}
876+
.pymcon__sponsor__container > h1{
877+
grid-row: 1;
878+
}
879+
.pymcon__sponsor__container .slider{
880+
grid-row: 2;
881+
}
882+
863883

864884
/* ======================= SUBSCRIBE ======================== */
865885
.subscribe__container {

0 commit comments

Comments
 (0)