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

12 lines
247 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); }
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; }