From 1ec8be62a36e3a16b3701e28b5ed48ee81022d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1i=C4=87?= Date: Mon, 5 Feb 2024 23:40:35 +0100 Subject: Clean up HTML and remove unneccessary divs --- page.scss | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'page.scss') diff --git a/page.scss b/page.scss index 885e3ef..e282da5 100755 --- a/page.scss +++ b/page.scss @@ -3,33 +3,6 @@ // If you did not receive a copy of the license with this file, you may download it under https://mit-license.org/ // Copyright © 2024 Milan Mišić (eMail: twoexem@gmail.com) -.list { - /*border: 3px solid transparent; - border-radius: 5px; - backdrop-filter: blur(1px) brightness(80%); - padding: 5px; - //width: max-content;*/ - - display: flex; - justify-content: center; - - div { - border: 3px solid transparent; - border-radius: 5px; - backdrop-filter: blur(1px) brightness(90%); - // Apple WebShit compatibility - -webkit-backdrop-filter: blur(1px) brightness(80%); - padding: 5px; - - .TOOD { - text-align: center; - backdrop-filter: none; - // Apple WebShit compatibility - -webkit-backdrop-filter: none; - } - } -} - .grid { // Displays the selection grid -- cgit v1.2.3