Skip to content

Commit f41be22

Browse files
committed
fix le robot mobile CONMSISTENCYD
1 parent 0046eb8 commit f41be22

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

css/robot.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ padding: 3%;
217217
margin: 0 0 0 0;
218218
padding: 0 0 0 0;
219219
opacity: 0.50;
220+
221+
border-top: #38311F solid 5px; border-bottom: #38311F solid 5px;
220222
}
221223
.nextm{
222224
display: inline-block;
@@ -226,7 +228,7 @@ padding: 3%;
226228
}
227229

228230
.mtext{
229-
background-color: #1f1f2e;
231+
background-color: #191919;
230232
font-size: 15px;
231233
border-radius: 5px;
232234
margin: 5px 5% 5px 5%;
@@ -235,10 +237,9 @@ padding: 3%;
235237
bottom: 2%;
236238
display: flex;
237239
justify-content: center;
238-
background-color: rgba(31, 31, 46, 0.90);
239240
}
240241
.mtitle{
241-
background-color: #1f1f2e;
242+
background-color: #191919;
242243
font-size: 40px;
243244
border-radius: 5px;
244245
padding: 5px 10px 5px 10px;
@@ -247,14 +248,13 @@ padding: 3%;
247248
top: 3%;
248249
display: flex;
249250
justify-content: center;
250-
background-color: rgba(31, 31, 46, 0.90);
251251
}
252252
.textpad{
253253
padding: 0 10% 0 10%;
254254
}
255255

256256
.tooltipm{
257-
background-color: #1f1f2e;
257+
background-color: #191919;
258258
font-size: 16px;
259259
border-radius: 50px;
260260
padding: 1px 5px 1px 5px;
@@ -263,5 +263,4 @@ padding: 3%;
263263
top: 3%;
264264
display: flex;
265265
justify-content: center;
266-
background-color: rgba(31, 31, 46, 0.90);
267266
}

0 commit comments

Comments
 (0)