Style changes for custom document css

This commit is contained in:
Verena Schulz
2026-01-16 23:59:30 +01:00
parent 826381d858
commit c2e6c4a186
+4 -4
View File
@@ -305,7 +305,7 @@ input[type="file"] {
background-color: #FFF;
display: flex;
width: 780px;
height: 500px;
height: 550px;
flex-direction: column;
align-items: center;
gap: 10px;
@@ -314,6 +314,7 @@ input[type="file"] {
border-style: solid;
border-radius: 6px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
padding-top: 50px;
}
.progressbar {
@@ -631,10 +632,9 @@ li {
.container {
background: white;
padding: 30px;
margin-top: 50px;
padding: 10px;
margin-top: 30px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
width: 90%;
max-width: 650px;
}