Skip to content

Commit 01acaed

Browse files
committed
Enforce centered build footer with flex layout
1 parent 213bd35 commit 01acaed

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ input {
193193
line-height: 1.35;
194194
color: var(--muted);
195195
order: 999;
196+
width: 100%;
197+
align-self: stretch;
198+
display: flex;
199+
justify-content: center;
196200
text-align: center;
197201
}
198202

0 commit comments

Comments
 (0)