updates
Browse files- static/index.html +1 -1
- static/style.css +5 -0
static/index.html
CHANGED
@@ -121,7 +121,7 @@
|
|
121 |
</div>
|
122 |
</div>
|
123 |
<div class="row mt-4">
|
124 |
-
<div class="col flex-grow-0">
|
125 |
<a id="download-button" class="btn btn-outline-primary"
|
126 |
>Download image <img src="images/download_icon.svg"
|
127 |
/></a>
|
|
|
121 |
</div>
|
122 |
</div>
|
123 |
<div class="row mt-4">
|
124 |
+
<div class="col flex-grow-0 nopadding">
|
125 |
<a id="download-button" class="btn btn-outline-primary"
|
126 |
>Download image <img src="images/download_icon.svg"
|
127 |
/></a>
|
static/style.css
CHANGED
@@ -404,6 +404,11 @@ img.thumbnail {
|
|
404 |
display: none;
|
405 |
}
|
406 |
|
|
|
|
|
|
|
|
|
|
|
407 |
@media screen and (max-width: 1100px) {
|
408 |
.right-column {
|
409 |
flex: 0 0 45%;
|
|
|
404 |
display: none;
|
405 |
}
|
406 |
|
407 |
+
.nopadding {
|
408 |
+
padding: 0 !important;
|
409 |
+
margin: 0 !important
|
410 |
+
}
|
411 |
+
|
412 |
@media screen and (max-width: 1100px) {
|
413 |
.right-column {
|
414 |
flex: 0 0 45%;
|