Skip to content

Commit 4ce0c3d

Browse files
committed
final styling
1 parent 27e0181 commit 4ce0c3d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/app/modules/v2-redirect/style.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ h3 {
2727
}
2828

2929
#main-image {
30-
padding-top: 4rem;
30+
padding-top: 20%;
3131
max-width: 100%;
3232
}
3333

3434
.grid {
3535
display: grid;
36-
grid-template-columns: 798px 1fr;
37-
position: relative;
38-
width: 1300px;
36+
grid-template-columns: [x0] 2fr [x1] 1fr [x2];
37+
justify-items: center;
3938
}
4039

4140

@@ -57,20 +56,24 @@ h3 {
5756
}
5857

5958
.text{
60-
padding-top: 10rem;
61-
padding-right: 150px;
62-
text-align: right;
59+
padding-top: 50%;
60+
padding-right: 30%;
6361
}
6462

63+
6564
.redirection {
66-
padding-top: 20px;
65+
padding-top:1rem;
6766
text-align: center;
6867
}
6968

69+
body {
70+
text-align: center;
71+
}
7072

71-
@media screen and (max-width: 1199px) {
72-
body{
73-
text-align: center;
73+
@media screen and (max-width: 1307px) {
74+
75+
#main-image {
76+
padding-top: 6%;
7477
}
7578
h1 {
7679
color:#831C86;
@@ -101,9 +104,6 @@ h3 {
101104
display: none;
102105
}
103106

104-
.decoration {
105-
display: none;
106-
}
107107
}
108108

109109

0 commit comments

Comments
 (0)