diff --git a/public/css/app.css b/public/css/app.css index 8b997c3..9aeaa68 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -60,13 +60,13 @@ details h2 { .other-links li { background-color: #5adefc; float: left; - margin-right: 1.5em; + margin-left: 1.5em; border: 2px solid white; border-radius: 1em; } .other-links li:first-of-type { - margin-right: 0; + margin-left: 0; } .other-links li:hover { @@ -113,6 +113,7 @@ details h2 { grid-column-start: 1; grid-column-end: 3; border-top: 5px solid black; + padding: 0 1em; } .checkin {