Dwelling/homepage/static/assets/css/mindflow.css

9 lines
177 B
CSS
Raw Normal View History

button:not(:last-child) { padding-right: 1rem; }
2021-02-10 01:01:50 +04:00
article header a { color: var(--text-color); }
article footer {
text-align: right;
padding: 0; }
.hidden { display: none; }