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

12 lines
247 B
CSS
Executable File

.hidden { display: none; }
button:not(:last-child) { padding-right: 1rem; }
article header a { color: var(--text-color); }
article p.quote { font-style: italic; }
article footer {
display: flex;
justify-content: space-between;
padding: 0; }