Spaces:
Sleeping
Sleeping
Commit
·
a969205
1
Parent(s):
4e6be8d
fix: fix style of block and gallery
Browse files- css/style.css +6 -3
css/style.css
CHANGED
@@ -11,6 +11,10 @@
|
|
11 |
border-color: #fff !important;
|
12 |
}
|
13 |
|
|
|
|
|
|
|
|
|
14 |
.achievements{
|
15 |
margin: 0 auto;
|
16 |
width: 80%;
|
@@ -108,10 +112,10 @@ h1::after {
|
|
108 |
|
109 |
#pet_gallery .grid-wrap button {
|
110 |
margin: .5vh;
|
|
|
|
|
111 |
background: transparent !important;
|
112 |
border-color: transparent !important;
|
113 |
-
height: 150px !important;
|
114 |
-
width: 6vh !important;
|
115 |
border-radius: 20px;
|
116 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
117 |
}
|
@@ -128,7 +132,6 @@ h1::after {
|
|
128 |
border-color: transparent !important;
|
129 |
border-radius: 20px;
|
130 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
131 |
-
backdrop-filter: blur(10px);
|
132 |
}
|
133 |
|
134 |
.preview button {
|
|
|
11 |
border-color: #fff !important;
|
12 |
}
|
13 |
|
14 |
+
.block {
|
15 |
+
border-color: transparent !important;
|
16 |
+
}
|
17 |
+
|
18 |
.achievements{
|
19 |
margin: 0 auto;
|
20 |
width: 80%;
|
|
|
112 |
|
113 |
#pet_gallery .grid-wrap button {
|
114 |
margin: .5vh;
|
115 |
+
height: 150px !important;
|
116 |
+
width: 10vh !important;
|
117 |
background: transparent !important;
|
118 |
border-color: transparent !important;
|
|
|
|
|
119 |
border-radius: 20px;
|
120 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
121 |
}
|
|
|
132 |
border-color: transparent !important;
|
133 |
border-radius: 20px;
|
134 |
box-shadow: 0 0 10px rgba(0,0,0,0.3);
|
|
|
135 |
}
|
136 |
|
137 |
.preview button {
|