Skip to content

Commit c18d92d

Browse files
committed
various style fixes
1 parent 9ac3656 commit c18d92d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

components/Cards/FlatCard/FlatCard.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
height: 200px;
1919
}
2020

21+
.imageWrapper img {
22+
object-fit: cover;
23+
}
24+
2125
.header {
2226
order: 2;
2327
text-align: center;

components/Cards/SchoolCard/SchoolCard.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
width: 85px;
7373
background: var(--primary);
7474
color: var(--secondary);
75-
padding: 0.4rem 0 0.1rem;
75+
padding: 1rem 0 0.1rem;
7676
}
7777

7878
.vettec::before,

components/Heading/Heading.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
.hashLinkContainer > a {
2323
position: absolute;
2424
left: -2rem;
25+
top: 0.5rem;
2526
}
2627

2728
.icon {

0 commit comments

Comments
 (0)