File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11< div class ="columns is-centered is-multiline mb-6 ">
22 <!-- Community Edition -->
33 < div class ="column is-4 ">
4- < div class ="card has-text-centered ">
4+ < div class ="card editions has-text-centered ">
55 < div class ="card-content ">
66 < div class ="content ">
77 < h3 class ="title is-4 has-text-primary ">
@@ -135,21 +135,21 @@ <h3 class="title is-4 has-text-info">
135135 border-bottom : 1px solid # f5f5f5 ;
136136}
137137
138- .card {
138+ .card . editions {
139139 height : 100% ;
140140 transition : transform 0.2s ease-in-out;
141141}
142142
143- .card : hover {
143+ .card . editions : hover {
144144 transform : translateY (-5px );
145145}
146146
147- .card ul {
147+ .card . editions ul {
148148 list-style : none;
149149 padding : 0 ;
150150}
151151
152- .card ul li {
152+ .card . editions ul li {
153153 padding : 0.25rem 0 ;
154154}
155155</ style >
You can’t perform that action at this time.
0 commit comments