diff --git a/main.pyc b/main.pyc new file mode 100644 index 0000000..7671a7d Binary files /dev/null and b/main.pyc differ diff --git a/static/css/test.css b/static/css/test.css index 7a4e711..0dcdfc9 100644 --- a/static/css/test.css +++ b/static/css/test.css @@ -1,46 +1,5 @@ -.records { - font-size: 12px; - padding: 30px; - color: #363636; +.wrapper { + display: grid; + grid-template-columns: repeat(4, 1fr); + grid-auto-rows: minmax(100px, auto); } - -.myNav { - background-color: #A4A4A4; - color: #363636; -} - -.column { - width: 90%; - background-color: #B1B1B1; - padding: 2%; - float: left; -} - -.row:after { - content: ""; - display: table; - clear: both; -} - -.buffer { - width: 2%; - background-color: #363636; - clear: both; -} - -.allmostbiggertext { - font-size: 12px; - font-weight: 700; - padding-top: 10px; -} - -.body { - background-color: #363636; - justify-content: center; -} -.col-centered{ - float: none; - margin: 0 auto; -} - - diff --git a/templates/index.html b/templates/index.html index e22bdca..18378ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,15 +7,8 @@ - - + +