Beautiful
This commit is contained in:
@@ -107,6 +107,13 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
body {
|
||||
margin: 0;
|
||||
color: #333333;
|
||||
font-family: sans-serif;
|
||||
max-width: 1400px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
.header-link {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
@@ -210,5 +217,17 @@ button {
|
||||
input {
|
||||
border: 1px solid #333333;
|
||||
}
|
||||
input,
|
||||
button {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
button {
|
||||
height: calc(2rem + 6px);
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 0 15px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -43,6 +43,8 @@ body {
|
||||
margin: 0;
|
||||
color: #333333;
|
||||
font-family: sans-serif;
|
||||
max-width: 1400px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user