Skip to content

Commit 70cd887

Browse files
committed
Fix banner
1 parent da7798c commit 70cd887

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ux.symfony.com/assets/styles/components/_Banner.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
padding: 1rem 0;
2121
gap: 1rem;
2222
position: relative;
23-
max-width: 920px;
2423
margin: 0 auto;
2524
}
2625

@@ -39,7 +38,7 @@
3938
display: flex;
4039
flex-direction: column;
4140
place-content: center;
42-
gap: 0.5rem;
41+
gap: 0.25rem;
4342
text-wrap: balance;
4443
}
4544

@@ -50,9 +49,6 @@
5049
margin: 0;
5150
color: #fff;
5251
}
53-
.BannerTitle a:hover {
54-
text-shadow: 0 0 1px 4px red;
55-
}
5652

5753
.BannerText {
5854
text-align: center;
@@ -86,7 +82,7 @@
8682
background: linear-gradient(#000e, #000d) padding-box,
8783
linear-gradient(90deg, #D65831 0%, #D2D631 36.52%, #31D673 71.83%, #3aa3ff 100%) border-box;
8884
border-radius: 2em;
89-
border: 2px solid transparent;
85+
border: 3px solid transparent;
9086
transition: all 250ms linear;
9187
}
9288
.BannerButton:hover {

0 commit comments

Comments
 (0)