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 aa9c031 commit 636d3cbCopy full SHA for 636d3cb
css/main.scss
@@ -208,19 +208,20 @@ firstp {
208
.bibliography {
209
display: grid;
210
gap: 1.5em;
211
- margin: 2em 0;
+ padding-inline-start: 0px;
212
}
213
214
.bibliography li {
215
background: white;
216
border-radius: 12px;
217
padding: 1.5em;
218
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
219
- border: 1px solid #f0f0f0;
+ border: 1px solid #eeeeee;
220
list-style: none;
221
transition: transform 0.2s ease, box-shadow 0.2s ease;
222
223
224
+// margin: 2em 0;
225
// .bibliography li:hover {
226
// transform: translateY(-2px);
227
// box-shadow: 0 4px 20px rgba(0,0,0,0.15);
0 commit comments