2023-02-05 00:54:18 +04:00
|
|
|
.hidden { display: none; }
|
|
|
|
|
|
|
|
button:not(:last-child) { padding-right: 1rem; }
|
|
|
|
|
|
|
|
article header a { color: var(--text-color); }
|
|
|
|
|
2024-06-27 03:01:59 +04:00
|
|
|
menu {
|
|
|
|
text-align: center;
|
|
|
|
padding: 0; }
|
|
|
|
|
2023-09-25 17:10:07 +04:00
|
|
|
article p.quote { font-style: italic; }
|
|
|
|
|
2023-02-05 00:54:18 +04:00
|
|
|
article footer {
|
2023-09-25 16:55:42 +04:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2023-02-05 00:54:18 +04:00
|
|
|
padding: 0; }
|