Skip to content

Commit eb522d7

Browse files
committed
Adjust layout within button-shaped
1 parent f2f6d43 commit eb522d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/pages/assignable/sections/banner/banner.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@
6969
border: thin solid os-color(orange);
7070
border-radius: 1.2rem;
7171
color: text-color(normal);
72+
display: flex;
73+
flex-direction: column;
74+
gap: 1rem;
7275
justify-items: center;
76+
justify-content: space-between;
7377
padding: 1rem 2rem;
7478

7579
p {
@@ -79,7 +83,7 @@
7983

8084
a {
8185
@include set-font(body-regular);
82-
line-height: 1;
86+
line-height: normal;
8387
}
8488
}
8589
}

0 commit comments

Comments
 (0)