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