update upload button styles
Browse files
style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#col-container {max-width:
|
| 2 |
a {text-decoration-line: underline; font-weight: 600;}
|
| 3 |
.footer {
|
| 4 |
margin-bottom: 45px;
|
|
@@ -29,4 +29,8 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
| 29 |
to {
|
| 30 |
transform: rotate(360deg);
|
| 31 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
}
|
|
|
|
| 1 |
+
#col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
|
| 2 |
a {text-decoration-line: underline; font-weight: 600;}
|
| 3 |
.footer {
|
| 4 |
margin-bottom: 45px;
|
|
|
|
| 29 |
to {
|
| 30 |
transform: rotate(360deg);
|
| 31 |
}
|
| 32 |
+
}
|
| 33 |
+
#upload_button {
|
| 34 |
+
background-color: black;
|
| 35 |
+
color: white;
|
| 36 |
}
|