We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f6d43 commit eb522d7Copy full SHA for eb522d7
src/app/pages/assignable/sections/banner/banner.scss
@@ -69,7 +69,11 @@
69
border: thin solid os-color(orange);
70
border-radius: 1.2rem;
71
color: text-color(normal);
72
+ display: flex;
73
+ flex-direction: column;
74
+ gap: 1rem;
75
justify-items: center;
76
+ justify-content: space-between;
77
padding: 1rem 2rem;
78
79
p {
@@ -79,7 +83,7 @@
83
80
84
a {
81
85
@include set-font(body-regular);
82
- line-height: 1;
86
+ line-height: normal;
87
}
88
89
0 commit comments