diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css index 45f66257..2067b06a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -24,6 +24,7 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ font-weight: normal; text-align: left; flex-wrap:wrap; + } .wrapper > * { @@ -49,7 +50,8 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ .main { text-align: center; background: #EEEEEE; - + margin: 0px; + padding: 0px; /*padding:2px;*/ } |
