1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-22 06:03:22 +01: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 type="text/css">
html {
font-size: 1.3em;
font-size: 1.2em;
}
body {
@ -442,7 +442,7 @@
@media screen and (min-width: 2000px) {
html {
font-size: 2em;
font-size: 1.7em;
}
}
@ -696,7 +696,7 @@
}
.logo {
width: 10em;
width: 8em;
height: auto;
}
@ -704,16 +704,6 @@
height: 35vh;
}
.header {
width: 25vw;
}
.download-btn {
/* margin: 1rem 0; */
/* margin: 0 1rem; */
/* width: 300px; */
}
.web-app-btn:after {
right: -50px;
}