Skip to content

Commit 00efd28

Browse files
committed
Add rounded corners???
1 parent 68dc3b0 commit 00efd28

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

assets/css/style.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,17 +309,18 @@ a.navbar-item.is-active {
309309
transition: all 0.5s ease;
310310
margin-bottom: 0.5rem !important;
311311
display: inline-table;
312-
border-radius: 10px;
313312
&:hover {
314313
transform: scale(0.975);
315314
}
316315
}
317316
.card {
318317
transition: all 0.25s ease;
319-
&:hover {
320-
background-color: rgba($color: #111113, $alpha: 0.90)!important;
321-
}
318+
// &:hover {
319+
// background-color: rgba($color: #111113, $alpha: 0.90)!important;
320+
// }
321+
border-radius: 10px;
322322
}
323+
323324
}
324325

325326
#post {

0 commit comments

Comments
 (0)