4,554
edits
No edit summary |
No edit summary |
||
Line 238: | Line 238: | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
padding-bottom: 18px; | padding-bottom: 18px; | ||
display: flex; /* Use flexbox */ | |||
align-items: center; /* Align items | flex-direction: column; /* Stack items vertically */ | ||
justify-content: | align-items: center; /* Align items horizontally in the center */ | ||
justify-content: center; /* Align items vertically in the center */ | |||
text-align: center; /* Center the text */ | |||
} | } | ||
.article-title { | .article-title { | ||
Line 247: | Line 249: | ||
letter-spacing: 0.4px; | letter-spacing: 0.4px; | ||
text-align: center; | text-align: center; | ||
margin: 0!important | margin-bottom: 0!important; | ||
} | } | ||
.article-type { | .article-type { |