We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e5210 commit 383e2abCopy full SHA for 383e2ab
1 file changed
assets/css/modern.css
@@ -209,7 +209,7 @@ a:hover {
209
position: relative;
210
isolation: isolate;
211
overflow: hidden;
212
- border-radius: 0;
+ border-radius: var(--radius-xl);
213
width: 100%;
214
max-width: none;
215
margin: 0 auto 28px;
@@ -239,7 +239,7 @@ a:hover {
239
}
240
241
.hero-banner--sm {
242
243
244
padding: 2.4rem 0 1.8rem;
245
@@ -1320,7 +1320,7 @@ a:hover {
1320
1321
.hero-banner {
1322
1323
1324
padding: 3rem 0 2.2rem;
1325
1326
0 commit comments