Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
people:darquez [2023/08/07 21:05] – [Publications] darquezpeople:darquez [2023/08/08 01:50] (current) – [Publications] darquez
Line 24: Line 24:
     color: #8b8b8b;     color: #8b8b8b;
     line-height: 1.4;     line-height: 1.4;
 +}
 +#publications {
 +    position: relative;
 +    font-size: 1.7em;
 +    margin-bottom: 48px !important;
 +}
 +
 +#publications::after {
 +    content: '';
 +    width: 50px;
 +    display: inline-block;
 +    height: 1.5px;
 +    background-color: #999;
 +    left: 4px;
 +    bottom: -8px;
 +    position: absolute;
 +}
 +
 +.jsbib-year h1 {
 +    font-size: 1.5em;
 } }
 </style> </style>