File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -126,12 +126,12 @@ firstp {
126126
127127
128128.publication-item {
129- margin-bottom : 2 em ;
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);
You can’t perform that action at this time.
0 commit comments