diff --git a/bookstore/src/main/resources/static/css/bookstore.css b/bookstore/src/main/resources/static/css/bookstore.css index 01d345b..3d4aceb 100644 --- a/bookstore/src/main/resources/static/css/bookstore.css +++ b/bookstore/src/main/resources/static/css/bookstore.css @@ -23,4 +23,13 @@ #bookstore-loginout { text-align: right; margin: 0.5em 2em; +} + +.checkbox-base { + display: flex; + /*justify-content: space-between;*/ +} + +.checkbox-box { + margin-left: 7.5em; } \ No newline at end of file