update of glassCard padding
This commit is contained in:
+1
-5
@@ -10,9 +10,6 @@
|
||||
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
/* color-scheme: light dark;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background-color: #242424;*/
|
||||
|
||||
font-synthesis: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
@@ -25,7 +22,6 @@
|
||||
.content {
|
||||
padding: 1.5rem;
|
||||
z-index: 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -49,7 +45,7 @@ body {
|
||||
|
||||
.glassCard {
|
||||
width: 100%;
|
||||
padding: 10px 20px 10px 20px;
|
||||
padding: 10px;
|
||||
height: fit-content;
|
||||
background: rgba(255, 255, 255, 0.65);
|
||||
backdrop-filter: blur(3px);
|
||||
|
||||
Reference in New Issue
Block a user