Skip to content

Commit 09b6ed4

Browse files
author
SPRINX0\prochazka
committed
fixed styling
1 parent 89fe79d commit 09b6ed4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

layouts/shortcodes/editions.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)