Commit 94e50ac5 by jhukal9@gmail.com

minor changes

parent a8d10d88
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -138,14 +138,14 @@ button { ...@@ -138,14 +138,14 @@ button {
} }
} }
.download-popup { // .download-popup {
position: fixed; // position: fixed;
top: 80px; // top: 80px;
bottom: 64px; // bottom: 64px;
left: 50%; // left: 50%;
transform: translateX(-50%); // transform: translateX(-50%);
background-color: $white; // background-color: $white;
} // }
@media (max-width: 767px) { @media (max-width: 767px) {
.section-title { .section-title {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment