Commit 4620c4ac authored by Ulises Pineda's avatar Ulises Pineda
Browse files

Corrections are applied to css styles

parent 02d27b63
...@@ -232,8 +232,10 @@ body { ...@@ -232,8 +232,10 @@ body {
display: none; display: none;
} }
.main-button-container { @media (min-width: 1024px) {
.main-button-container {
transform: translateX(7vw); transform: translateX(7vw);
}
} }
@media (min-width: 768px) and (max-width: 1024px) { @media (min-width: 768px) and (max-width: 1024px) {
......
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