Skip to content

Commit 798ecd0

Browse files
committed
Reduced width of external link cards
This fixes the issue where on typical mobile phones, only one landing card shows up per row which does not look good.
1 parent aca61ab commit 798ecd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_css/landing.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
flex-direction: column;
109109
align-items: center;
110110
gap: 0.5rem;
111-
padding: 1rem 1.5rem;
112-
width: 140px;
111+
padding: 1rem;
112+
width: 93px;
113113
background: var(--color-off-white);
114114
filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.1));
115115
text-decoration: none;

0 commit comments

Comments
 (0)