Skip to content

Commit aa9c031

Browse files
authored
Update main.scss
1 parent e548cca commit aa9c031

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

css/main.scss

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ firstp {
126126

127127

128128
.publication-item {
129-
margin-bottom: 2em;
130-
padding: 1.5em;
131-
border: 1px solid #e1e5e9;
132-
border-radius: 8px;
133-
background: #ffffff;
134-
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
129+
// margin-bottom: 1em;
130+
// padding: 1.5em;
131+
// border: 1px solid #e1e5e9;
132+
// border-radius: 8px;
133+
// background: #ffffff;
134+
// box-shadow: 0 1px 3px rgba(0,0,0,0.1);
135135
}
136136

137137
.pub-row {
@@ -205,21 +205,21 @@ firstp {
205205
}
206206

207207

208-
// .bibliography {
209-
// display: grid;
210-
// gap: 1.5em;
211-
// margin: 2em 0;
212-
// }
208+
.bibliography {
209+
display: grid;
210+
gap: 1.5em;
211+
margin: 2em 0;
212+
}
213213

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;
220-
// list-style: none;
221-
// transition: transform 0.2s ease, box-shadow 0.2s ease;
222-
// }
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;
220+
list-style: none;
221+
transition: transform 0.2s ease, box-shadow 0.2s ease;
222+
}
223223

224224
// .bibliography li:hover {
225225
// transform: translateY(-2px);

0 commit comments

Comments
 (0)