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

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