File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 background : $button-background ;
55 color : $button-text ;
66 border : $button-border ;
7- min-width : 30 % ;
7+ min-width : 6 em ;
88 transition : all 0.5s ease-in-out ;
99 & :hover {
1010 color : $button-text-hover ;
1919 background : transparent ;
2020 color : $black ;
2121 border : $black 1px solid ;
22- min-width : 30 % ;
22+ min-width : 6 em ;
2323 transition : all 0.5s ease-in-out ;
2424 & :hover {
2525 color : $orange ;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ <h2 class="upcoming__event-subtitle"> {{ post.subtitle }}</h2>
9191 </ div >
9292 < div class ="upcoming__link-col col-6 ">
9393 < a class ="upcoming__link " href ="{{ post.url }} ">
94- < button class ="button-minimal btn btn-lg ">
94+ < button class ="button-minimal btn ">
9595 < i class ="upcoming__button-icon fas fa-info-circle "> </ i >
9696 </ button >
9797 </ a >
You can’t perform that action at this time.
0 commit comments