Skip to content

Commit 4d957fd

Browse files
committed
test again gaignasin
1 parent 7aa1b80 commit 4d957fd

File tree

1 file changed

+4
-30
lines changed

1 file changed

+4
-30
lines changed

assets/css/style.scss

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -68,36 +68,10 @@
6868
.subtitle {
6969
letter-spacing: 0.25rem;
7070
}
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;
10175
}
10276
}
10377

0 commit comments

Comments
 (0)