Skip to content

Commit 7520cf1

Browse files
Aditya PutatundaAditya Putatunda
authored andcommitted
pubItems
1 parent abc39f0 commit 7520cf1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@
102102

103103
/* Publications */
104104
.publications-list { max-width: 1400px; margin: 0 auto; padding: 0 3rem 2rem; }
105-
.pub-item { display: grid; grid-template-columns: 2.2rem 1fr; column-gap: 0.5rem; padding: 0.9rem 0; border-bottom: 1px solid var(--border-light); }
105+
.pub-item { display: grid; grid-template-columns: 2.2rem 1fr; column-gap: 0.5rem; padding: 0.9rem 0; }
106106
.pub-item:first-child { border-top: 2px solid var(--text); padding-top: 1.1rem; }
107-
.pub-item:last-child { border-bottom: none; }
108107
.pub-number { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--text-light); line-height: 1.4; }
109108
.pub-body { min-width: 0; }
110109
.pub-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--text); line-height: 1.4; margin-bottom: 0.2rem; }

0 commit comments

Comments
 (0)