Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +16 -22
static/style.css
CHANGED
@@ -128,24 +128,6 @@ body::before {
|
|
128 |
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
|
129 |
}
|
130 |
|
131 |
-
.home-link {
|
132 |
-
display: flex;
|
133 |
-
justify-content: center;
|
134 |
-
margin-top: -10px;
|
135 |
-
margin-bottom: -10px;
|
136 |
-
}
|
137 |
-
|
138 |
-
.home-icon {
|
139 |
-
width: 30px;
|
140 |
-
height: 30px;
|
141 |
-
cursor: pointer;
|
142 |
-
transition: transform 0.3s ease;
|
143 |
-
}
|
144 |
-
|
145 |
-
.home-icon:hover {
|
146 |
-
transform: scale(1.2);
|
147 |
-
}
|
148 |
-
|
149 |
|
150 |
|
151 |
.main-content-area {
|
@@ -165,18 +147,28 @@ body::before {
|
|
165 |
text-align: left;
|
166 |
margin-left: 0;
|
167 |
margin-bottom: 30px;
|
168 |
-
|
|
|
|
|
169 |
}
|
170 |
|
171 |
.document-subtitle {
|
172 |
-
|
|
|
|
|
|
|
|
|
173 |
color: black;
|
174 |
text-align: center;
|
175 |
margin-bottom: 50px;
|
176 |
}
|
177 |
|
178 |
.upload-container {
|
179 |
-
|
|
|
|
|
|
|
|
|
180 |
display: flex;
|
181 |
flex-direction: column;
|
182 |
align-items: center;
|
@@ -199,7 +191,7 @@ body::before {
|
|
199 |
max-width: 600px;
|
200 |
overflow: hidden;
|
201 |
white-space: nowrap;
|
202 |
-
text-overflow: ellipsis;
|
203 |
}
|
204 |
|
205 |
|
@@ -268,6 +260,7 @@ body::before {
|
|
268 |
}
|
269 |
.scrollable-text {
|
270 |
max-height: 150px;
|
|
|
271 |
padding-right: 10px;
|
272 |
margin-bottom: 20px;
|
273 |
text-align: center;
|
@@ -677,6 +670,7 @@ box-shadow: 0 5px 15px rgba(0,0,0,0.2);
|
|
677 |
cursor: pointer;
|
678 |
}
|
679 |
|
|
|
680 |
body, html {
|
681 |
overscroll-behavior: contain;
|
682 |
}
|
|
|
128 |
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
|
129 |
}
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
|
132 |
|
133 |
.main-content-area {
|
|
|
147 |
text-align: left;
|
148 |
margin-left: 0;
|
149 |
margin-bottom: 30px;
|
150 |
+
/*font-size: 1.8rem;
|
151 |
+
margin-bottom: 0.5rem;
|
152 |
+
font-weight: 600;*/
|
153 |
}
|
154 |
|
155 |
.document-subtitle {
|
156 |
+
/*
|
157 |
+
font-size: 1.4rem;
|
158 |
+
margin-top: 0;
|
159 |
+
margin-bottom: 2rem;
|
160 |
+
font-weight: 500;*/
|
161 |
color: black;
|
162 |
text-align: center;
|
163 |
margin-bottom: 50px;
|
164 |
}
|
165 |
|
166 |
.upload-container {
|
167 |
+
/* background: transparent;
|
168 |
+
margin-bottom: 2rem;
|
169 |
+
display: flex;
|
170 |
+
flex-direction: column;
|
171 |
+
align-items: center;*/
|
172 |
display: flex;
|
173 |
flex-direction: column;
|
174 |
align-items: center;
|
|
|
191 |
max-width: 600px;
|
192 |
overflow: hidden;
|
193 |
white-space: nowrap;
|
194 |
+
text-overflow: ellipsis;
|
195 |
}
|
196 |
|
197 |
|
|
|
260 |
}
|
261 |
.scrollable-text {
|
262 |
max-height: 150px;
|
263 |
+
overflow-y: auto;
|
264 |
padding-right: 10px;
|
265 |
margin-bottom: 20px;
|
266 |
text-align: center;
|
|
|
670 |
cursor: pointer;
|
671 |
}
|
672 |
|
673 |
+
|
674 |
body, html {
|
675 |
overscroll-behavior: contain;
|
676 |
}
|