1
0
mirror of https://github.com/pcvolkmer/onco-analytics-monitor.git synced 2025-04-19 19:16:52 +00:00

style: line up step icons and reduce icon margin

This commit is contained in:
Paul-Christian Volkmer 2024-08-05 19:54:56 +02:00
parent 87ac9edb1e
commit 00ae9ebf07

View File

@ -74,7 +74,7 @@
.step:before, .step:after { .step:before, .step:after {
content: ""; content: "";
margin: 1.5em 0; margin: 2em 0;
width: 1em; width: 1em;
height: 2px; height: 2px;
background: black; background: black;
@ -90,7 +90,7 @@
width: 3em; width: 3em;
height: 3em; height: 3em;
vertical-align: middle; vertical-align: middle;
margin: 1em auto; margin: 0 auto;
} }
.step .description { .step .description {