Edit footer and add header

This commit is contained in:
Paul Nicoué 2023-01-11 15:16:55 +01:00
parent 4341a3ff9e
commit c6705914e0
10 changed files with 160 additions and 41 deletions

View file

@ -32,7 +32,11 @@
</script>
<style lang="scss">
<style lang="scss" scoped>
// --------------------------------------------------
// ERROR STYLE
// --------------------------------------------------
main {
padding: 4rem 2rem;
@ -69,14 +73,18 @@
}
&__button {
margin: 6rem 0 0 0;
margin: 6rem 2rem 0 2rem;
&-icon {
display: none;
}
}
@media screen and (min-width: 48rem) {
}
@media screen and (min-width: $tablet-media-query) {
.error {
&__button {
display: flex;