Skip to content

Commit d8766b5

Browse files
authored
chore: renamed class names for cards on n1 landing page (#75)
1 parent 10456e1 commit d8766b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/f5-hugo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ a.other-products-card:hover {
306306
min-height: 35px;
307307
}
308308

309-
.mini-card-body {
309+
.card-body {
310310
display: flex;
311311
flex-direction: column;
312312
gap: 8px;
@@ -357,7 +357,7 @@ a.other-products-card:hover {
357357
.card-img,
358358
.card-img-top {
359359
width: auto;
360-
height: 40px;
360+
max-height: 40px;
361361
color: var(--nginx-green);
362362
margin-right: 5px;
363363
}

0 commit comments

Comments
 (0)