mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 09:40:10 +02:00
website ui refactor
This commit is contained in:
16
index.html
16
index.html
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user