File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const Navigation = () => {
53
53
54
54
< div className = "d-none d-md-block" >
55
55
< div
56
- className = { `position-absolute top-0 start-0 vh-100 bg-light border-end d-flex flex-column ${
56
+ className = { `position-fixed top-0 start-0 vh-100 bg-light border-end d-flex flex-column ${
57
57
isOpen && isMobile ? 'w-50' : 'w-0'
58
58
} `}
59
59
id = "sidebar-wrapper"
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ const Register = () => {
139
139
>
140
140
{ errMsg }
141
141
</ p >
142
- < h1 > Register</ h1 >
142
+ < h3 > Register</ h3 >
143
143
< form onSubmit = { handleSubmit } >
144
144
< label htmlFor = "username" >
145
145
Username:
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ const CenteredDiv = styled.div`
6
6
align-items: center;
7
7
margin-top: 20px;
8
8
margin-left: 20%;
9
+ padding-top: 12px;
9
10
@media (max-width: 768px) {
10
11
margin-left: 0;
11
12
margin-top: 0;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import plane from '../../assets/golfstreamnew.png';
4
4
const LoginStyle = styled . div `
5
5
display: flex;
6
6
justify-content: center;
7
- align-items: center ;
7
+ align-items: start ;
8
8
background-image: url(${ plane } );
9
9
background-size: cover;
10
10
background-repeat: no-repeat;
Original file line number Diff line number Diff line change @@ -42,14 +42,13 @@ html {
42
42
}
43
43
44
44
section {
45
- margin-top : 40px ;
46
45
width : 100% ;
47
46
max-width : 420px ;
48
47
min-height : 400px ;
49
48
display : flex;
50
49
flex-direction : column;
51
50
justify-content : flex-start;
52
- padding : 1rem ;
51
+ padding : 0 1rem ;
53
52
}
54
53
55
54
.login-register-style {
You can’t perform that action at this time.
0 commit comments