diff --git a/client/src/index.css b/client/src/index.css index 3b3fb80..37dc8a7 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -290,6 +290,13 @@ h4 { margin: 0.5rem 0; } +.row-between { + display: flex; + justify-content: space-between; + align-items: center; + gap: 0.5rem; +} + .link { background: transparent; }