1
0
dwelling-home/web/assets/css/mindflow.css

16 lines
291 B
CSS
Raw Normal View History

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 {
display: flex;
justify-content: space-between;
2023-02-05 00:54:18 +04:00
padding: 0; }