Skip to content

Commit d240808

Browse files
committed
Update Goals
1 parent a1d7931 commit d240808

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

_pages/main/goals.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,18 @@ layout: full-width
6969
margin-top: 1.5rem;
7070
display: flex;
7171
flex-wrap: wrap;
72-
gap: 0.8rem;
72+
gap: 0.5rem;
7373
}
7474
.hobby-item {
7575
background-color: #f5f5f7;
76-
padding: 0.5rem 1rem;
76+
padding: 0.5rem 0.5rem;
7777
border-radius: 8px;
7878
font-size: 1.1em;
7979
font-weight: 600;
80+
text-align: center;
81+
box-sizing: border-box;
82+
margin-bottom: 0rem;
83+
flex-basis: calc(50% - 0.4rem)
8084
}
8185

8286
/* --- Responsive Adjustments --- */

0 commit comments

Comments
 (0)