From 3c3c8d89de95459e53f7566e519f3f43fbd7c279 Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 15:36:03 +0200 Subject: [PATCH] style icon mobile --- open/index.html | 2 +- open/styles/style.css | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/open/index.html b/open/index.html index 930d9da..1e0d077 100644 --- a/open/index.html +++ b/open/index.html @@ -21,7 +21,7 @@ -
+


diff --git a/open/styles/style.css b/open/styles/style.css index b668766..7b8e02d 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -6,7 +6,7 @@ body { max-width: 100vw; height: 100vh; - background-color: blue; + background-color: #3434fb; color: white; font-family: "Courier New", Courier, monospace; padding: 0; @@ -257,6 +257,16 @@ button { padding-left: 0; } + .iconContainer { + display: inline-block; + margin: -1px; + padding: 5px; + position: relative; + text-align: center; + border-radius: 6px; + transform: scale(0.8); + } + .corpi { min-width: unset !important; max-width: unset !important;