@@ -810,8 +810,25 @@ only screen and (min-resolution: 2dppx) {
810810 margin-bottom : 32px ;
811811}
812812
813+ .home-buttons-container {
814+ display : flex;
815+ justify-content : center;
816+ }
817+ .btn-discord {
818+ margin-right : 25px ;
819+ }
820+
821+ @media (max-width : 860px ) {
822+ .home-buttons-container {
823+ flex-direction : column;
824+ }
825+ .btn-discord {
826+ margin-right : 0px ;
827+ }
828+ }
829+
813830.section-header .blog-link {
814- font-size : 40 px ;
831+ font-size : 30 px ;
815832 color : white;
816833 background-color : # 003955 ;
817834 margin-bottom : 50px ;
@@ -845,8 +862,8 @@ only screen and (min-resolution: 2dppx) {
845862
846863.beta {
847864 margin-bottom : 10px ;
848- width : 40 px ;
849- height : 40 px ;
865+ width : 30 px ;
866+ height : 30 px ;
850867}
851868
852869.intro-holder {
@@ -11797,6 +11814,17 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1179711814}
1179811815
1179911816@media only screen and (max-width : 670px ) {
11817+ .section-header .blog-link {
11818+ font-size : 25px ;
11819+ color : white;
11820+ }
11821+
11822+ .beta {
11823+ margin-bottom : 5px ;
11824+ width : 30px ;
11825+ height : 30px ;
11826+ }
11827+
1180011828 .speaker-list {
1180111829 margin-left : auto;
1180211830 margin-right : auto;
@@ -11988,13 +12016,13 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1198812016 }
1198912017
1199012018 .section-header .blog-link {
11991- font-size : 25 px ;
12019+ font-size : 20 px ;
1199212020 color : white;
1199312021 /* background-color: pink; */
1199412022 }
1199512023
1199612024 .beta {
11997- margin-bottom : 10 px ;
12025+ margin-bottom : 5 px ;
1199812026 width : 30px ;
1199912027 height : 30px ;
1200012028 }
@@ -12104,6 +12132,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1210412132.speaker p {
1210512133 font-size : 15px ;
1210612134}
12135+
12136+ /* for smaller screen make sure the home screen logo does not overflow */
12137+ @media only screen and (max-width : 377px ) {
12138+ .home-screen-logo {
12139+ height : 6vh !important ;
12140+ }
1210712141}
1210812142
1210912143@media only screen and (max-width : 370px ) {
0 commit comments