4,656
edits
No edit summary |
No edit summary |
||
| Line 78: | Line 78: | ||
/* Centered link row */ | /* Centered link row */ | ||
.link-pdf { | .link-pdf { | ||
display: flex; | |||
justify-content: center; | |||
text-align: center; | text-align: center; | ||
align-items: center; | |||
text-decoration: none; | text-decoration: none; | ||
gap: 6px; /* space between [PDF] and [WEB] */ | |||
margin: 2px 0 0 0; | margin: 2px 0 0 0; | ||
padding-top: 0; | padding-top: 0; | ||