1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 17:50:09 +02:00

website ui refactor

This commit is contained in:
Kushagra Gour
2019-03-08 18:27:49 +05:30
parent bebaa1e758
commit 848eb29f0e

View File

@@ -425,7 +425,7 @@
</style> </style>
<style type="text/css"> <style type="text/css">
html { html {
font-size: 1.3em; font-size: 1.2em;
} }
body { body {
@@ -442,7 +442,7 @@
@media screen and (min-width: 2000px) { @media screen and (min-width: 2000px) {
html { html {
font-size: 2em; font-size: 1.7em;
} }
} }
@@ -696,7 +696,7 @@
} }
.logo { .logo {
width: 10em; width: 8em;
height: auto; height: auto;
} }
@@ -704,16 +704,6 @@
height: 35vh; height: 35vh;
} }
.header {
width: 25vw;
}
.download-btn {
/* margin: 1rem 0; */
/* margin: 0 1rem; */
/* width: 300px; */
}
.web-app-btn:after { .web-app-btn:after {
right: -50px; right: -50px;
} }