File tree Expand file tree Collapse file tree 1 file changed +4
-30
lines changed Expand file tree Collapse file tree 1 file changed +4
-30
lines changed Original file line number Diff line number Diff line change 68
68
.subtitle {
69
69
letter-spacing : 0.25rem ;
70
70
}
71
- .buttons {
72
- color : var (--primary )!important ;
73
- display : flex ;
74
- justify-content : space-between ;
75
- flex-wrap : wrap ;
76
- }
77
-
78
- .buttons a {
79
- color : var (--primary )!important ;
80
- border-color : var (--primary )!important ;
81
- flex : 1 ;
82
- text-align : center ;
83
- max-width : 20vw ;
84
- min-width : 10vw ;
85
- }
86
-
87
- // Mobile button settings
88
- @media (max-width : 768px ) {
89
- .buttons {
90
- flex-direction : column ;
91
- justify-content : center ;
92
- align-items : center ;
93
- }
94
-
95
- .buttons a {
96
- width : 90% ;
97
- max-width : 90% ;
98
- margin : 0 auto ;
99
- margin-bottom : 1rem ;
100
- }
71
+ .button.is-primary.is-outlined {
72
+ background-color :transparent ;
73
+ border-color :green ;
74
+ color :green ;
101
75
}
102
76
}
103
77
You can’t perform that action at this time.
0 commit comments