Beautiful

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 09:06:05 +01:00
parent bb238ed8b9
commit c83af277e3
2 changed files with 21 additions and 0 deletions

View File

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

View File

@@ -43,6 +43,8 @@ body {
margin: 0; margin: 0;
color: #333333; color: #333333;
font-family: sans-serif; font-family: sans-serif;
max-width: 1400px;
padding-bottom: 30px;
} }
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>