9 lines
177 B
CSS
9 lines
177 B
CSS
button:not(:last-child) { padding-right: 1rem; }
|
|
|
|
article header a { color: var(--text-color); }
|
|
|
|
article footer {
|
|
text-align: right;
|
|
padding: 0; }
|
|
|
|
.hidden { display: none; } |