diff --git a/SwichGIT/src/css/tablet.css b/SwichGIT/src/css/tablet.css index dd1e446..c5850eb 100644 --- a/SwichGIT/src/css/tablet.css +++ b/SwichGIT/src/css/tablet.css @@ -311,7 +311,8 @@ #containScore { display: grid; grid-template-columns: repeat(5, 100px); - grid-template-rows: repeat(2, 90px); + grid-template-rows: repeat(2, 100px); + grid-column-gap: 1vw; justify-content: center; position: relative; left: -50%; @@ -330,7 +331,7 @@ padding: 4px; position: relative; z-index: 1; - width: 10vw; + width: 12vh; height: 12vh; cursor: default; transition: all 0.3s ease;