- commit
- 41635b00f139e385132cf6a741310d417b931bba
- parent
- e4ffd8f397e54b0fd8983c6c2428d7679de16b3e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-02-27 18:06
use flow-root instead of clearfix
Diffstat
| M | static/style.css | 7 | +------ |
1 files changed, 1 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css
@@ -105,18 +105,13 @@ input:focus {
105 105 }
106 106
107 107 .post {
108 -1 display: block;
-1 108 display: flow-root;
109 109 background: var(--bg-color);
110 110 border-radius: 4px;
111 111 border: 1px solid var(--border-color);
112 112 padding: 0.5em;
113 113 margin-block-end: 1em;
114 114 }
115 -1 .post::after {
116 -1 content: "";
117 -1 display: block;
118 -1 clear: both;
119 -1 }
120 115
121 116 .post header {
122 117 margin-block-end: 0.5em;