diff --git a/static/index.html b/static/index.html index eb4093a..a6f9437 100644 --- a/static/index.html +++ b/static/index.html @@ -17,8 +17,8 @@ - diff --git a/static/style.css b/static/style.css index 3383786..202667e 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,7 @@ +body { + padding-left: 2%; +} + .icon { height: 100px; float: left; @@ -15,15 +19,17 @@ } .list { - display: flex; + /* display: flex; */ flex-direction: column; + padding: 0px; } .card { border: 1px solid #1948e3; border-radius: 25px; - margin: 0 auto; + margin: 0 0 0 0; padding: 1em; + max-width: 40em; &:hover { background-color: lightblue;