Skip to content

Commit 636d3cb

Browse files
authored
Update main.scss
1 parent aa9c031 commit 636d3cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/main.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,19 +208,20 @@ firstp {
208208
.bibliography {
209209
display: grid;
210210
gap: 1.5em;
211-
margin: 2em 0;
211+
padding-inline-start: 0px;
212212
}
213213

214214
.bibliography li {
215215
background: white;
216216
border-radius: 12px;
217217
padding: 1.5em;
218218
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
219-
border: 1px solid #f0f0f0;
219+
border: 1px solid #eeeeee;
220220
list-style: none;
221221
transition: transform 0.2s ease, box-shadow 0.2s ease;
222222
}
223223

224+
// margin: 2em 0;
224225
// .bibliography li:hover {
225226
// transform: translateY(-2px);
226227
// box-shadow: 0 4px 20px rgba(0,0,0,0.15);

0 commit comments

Comments
 (0)