Skip to content

Commit 27e0181

Browse files
committed
fix: TT-174 css
1 parent aad71a6 commit 27e0181

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

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

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
border: none;
55
}
66

7+
.btn-primary:hover {
8+
background-color: #bf3816;
9+
}
10+
711
h2 {
812
font-weight: 600;
913
color: #5B4F62;
@@ -65,6 +69,9 @@ h3 {
6569

6670

6771
@media screen and (max-width: 1199px) {
72+
body{
73+
text-align: center;
74+
}
6875
h1 {
6976
color:#831C86;
7077
}
@@ -73,6 +80,7 @@ h3 {
7380
display: grid;
7481
grid-template-columns: 1fr;
7582
position: relative;
83+
width:auto;
7684
}
7785

7886
.text{
@@ -96,4 +104,60 @@ h3 {
96104
.decoration {
97105
display: none;
98106
}
107+
}
108+
109+
110+
@media screen and (max-width: 430px) {
111+
.btn-primary {
112+
font-size:small;
113+
114+
}
115+
body{
116+
text-align: center;
117+
}
118+
h1 {
119+
font-size: 2rem;
120+
color:#831C86;
121+
}
122+
h2 {
123+
font-size: 1rem;
124+
}
125+
.grid {
126+
display: grid;
127+
grid-template-columns: 1fr;
128+
position: relative;
129+
width:auto;
130+
}
131+
132+
.text{
133+
padding-top: 2rem;
134+
padding-right: 0px;
135+
text-align: center;
136+
137+
}
138+
139+
.redirection {
140+
padding-top: 0px;
141+
padding-right: 0px;
142+
margin-bottom: 30px;
143+
text-align: center;
144+
}
145+
146+
#quote {
147+
display: none;
148+
}
149+
150+
.decoration {
151+
display: none;
152+
}
153+
#logo {
154+
padding-right: auto;
155+
padding-left: auto;
156+
padding-top: 20px;
157+
position:absolute;
158+
max-width: 80%;
159+
left: 0;
160+
top: 0;
161+
z-index: 10;
162+
}
99163
}

0 commit comments

Comments
 (0)