Skip to content

Commit 651dae1

Browse files
committed
switch to gap from margin
1 parent 622a3e8 commit 651dae1

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,23 @@ a:visited {
116116
}
117117

118118
.name {
119-
margin-bottom: 0.5em;
119+
margin: 0;
120120
}
121121

122122
.description {
123123
color: rgb(214, 214, 214);
124-
margin-top: 0.5em;
124+
margin: 0;
125125
}
126126

127127
.name-and-description {
128128
padding-left: 1em;
129129
align-items: stretch;
130130
align-content: center;
131131
justify-content: center;
132+
133+
display: flex;
134+
flex-direction: column;
135+
gap: 0.5em;
132136
}
133137
}
134138

0 commit comments

Comments
 (0)