File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -597,6 +597,10 @@ body.dark-mode footer {
597
597
margin-bottom : 2rem ;
598
598
border : 2px solid # c3c6ce ;
599
599
position : relative;
600
+ display : flex;
601
+ flex-direction : column;
602
+ justify-content : space-between;
603
+ padding-bottom : 1.5rem ;
600
604
}
601
605
602
606
.event-card : not (: hover ) {
@@ -683,15 +687,20 @@ body.dark-mode footer {
683
687
}
684
688
685
689
.register-button {
686
- width : 60 % ;
690
+ width : 8 rem ;
687
691
border-radius : 1rem ;
688
692
border : none;
689
693
color : # ffffff !important ;
690
694
background-color : var (--primary-color );
691
695
font-size : 1rem ;
692
696
padding : 0.5rem 1rem ;
693
697
position : relative;
694
- left : 30% ;
698
+ /* left: 32vw; */
699
+ left : 49% ;
700
+ transform : translateX (-50% );
701
+ display : flex;
702
+ justify-content : center;
703
+ align-items : center;
695
704
bottom : 0 ;
696
705
text-decoration : none;
697
706
transition : background-color 0.3s ease;
You can’t perform that action at this time.
0 commit comments