From 6ecf371c95385ae934ae55482467aef188d1d9f9 Mon Sep 17 00:00:00 2001 From: drazhenga <67394208+drazhenga@users.noreply.github.com> Date: Thu, 25 Jun 2020 04:25:18 -0400 Subject: [PATCH] Update main.css --- assets/css/main.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index d26c6c1..f76c0c3 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -38,14 +38,15 @@ body { li { list-style: none; - display: table; + display: inline-block; + float: left; } .button { padding-top: 5px; padding-bottom: 5px; - width: 70%; - height: 70%; + width: 60%; + height: 60%; } .list { @@ -56,7 +57,8 @@ li { .buttons { padding-left: 0; - display: table; + display: inline-block; + float: center; } .allages { @@ -125,10 +127,10 @@ li { } li { list-style: none; - display: table; + display: inline-block; } .button { - width: 70%; + width: 60%; } .list { font-size: 6vw; @@ -137,8 +139,9 @@ li { padding-left: 0; } .buttons { - display: -ms-table; - display: table; + display: -ms-inline-block; + display: inline-block; + float: left; } ::-webkit-scrollbar { display: none;