Skip to content

Commit

Permalink
design adjusments
Browse files Browse the repository at this point in the history
  • Loading branch information
sassdavid committed Feb 14, 2024
1 parent c9cd478 commit 24aaa9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
3 changes: 1 addition & 2 deletions src/assets/scss/layout/_bg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
}

&:after {
@include vendor('transform', 'scale(1.125)');
@include vendor('transition', (
'transform #{_duration(article)} ease-in-out',
'filter #{_duration(article)} ease-in-out'
Expand All @@ -65,4 +64,4 @@
background-color: _palette(bg-alt);
}
}
}
}
13 changes: 3 additions & 10 deletions src/assets/scss/layout/_wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/* Wrapper */

#wrapper {
@include vendor('display', 'inline-block');
@include vendor('display', 'flex');
@include vendor('flex-direction', 'column');
@include vendor('align-items', 'center');
@include vendor('justify-content', 'space-between');
Expand Down Expand Up @@ -56,16 +56,9 @@

.thanks-page-wrapper,
.not-found-page-wrapper {
@include vendor('display', 'flex');
@include vendor('flex-direction', 'column');
@include vendor('align-items', 'center');
@include vendor('justify-content', 'center');
padding-top: calc(_size(element-margin) * 2.5);
padding-left: 1.5rem;
padding-right: 1.5rem;
text-align: center;
}

.not-found-page-wrapper {
padding: _size(element-margin) * 0.25 0 0 0;
.thanks-page-wrapper {
padding: _size(element-margin) * 2 0 0 0;
}
2 changes: 1 addition & 1 deletion src/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Layout from '../components/layout';

const NotFound = () => (
<Layout className="not-found-page">
<div className="wrapper not-found-page-wrapper" style={{ textAlign: 'center' }}>
<div className="wrapper not-found-page-wrapper">
<header>
<RiSkullLine style={{ fontSize: '6rem', color: 'gray', paddingBottom: '0.5rem' }} />
<h1>Oops valami nem várt dolog történt!</h1>
Expand Down
Binary file modified static/assets/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24aaa9c

Please sign in to comment.