Skip to content

Commit 383e2ab

Browse files
committed
adjust radius
1 parent b0e5210 commit 383e2ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/modern.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ a:hover {
209209
position: relative;
210210
isolation: isolate;
211211
overflow: hidden;
212-
border-radius: 0;
212+
border-radius: var(--radius-xl);
213213
width: 100%;
214214
max-width: none;
215215
margin: 0 auto 28px;
@@ -239,7 +239,7 @@ a:hover {
239239
}
240240

241241
.hero-banner--sm {
242-
border-radius: 0;
242+
border-radius: var(--radius-xl);
243243
width: 100%;
244244
padding: 2.4rem 0 1.8rem;
245245
}
@@ -1320,7 +1320,7 @@ a:hover {
13201320

13211321
.hero-banner {
13221322
width: 100%;
1323-
border-radius: 0;
1323+
border-radius: var(--radius-xl);
13241324
padding: 3rem 0 2.2rem;
13251325
}
13261326

0 commit comments

Comments
 (0)