Skip to content

Commit 26ac3d8

Browse files
author
nato-re
committed
fix css mobile
1 parent c687d3c commit 26ac3d8

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

css/style.css

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,13 @@ h4 {
254254

255255
#ingressos h2 {
256256
margin-top: 40px;
257-
margin-bottom: 0;
257+
margin-bottom: 0;
258258
}
259259

260-
#ingressos h3, #submeta-atividade h3 {
260+
#ingressos h3,
261+
#submeta-atividade h3 {
261262
margin-top: 0;
262-
margin-bottom: 40px;
263+
margin-bottom: 40px;
263264
}
264265

265266

@@ -289,16 +290,15 @@ h4 {
289290

290291
.division {
291292
margin: 50px 0;
292-
293293
}
294294

295295
#sobre h3 {
296-
margin-bottom: 30px;
296+
margin-bottom: 30px;
297297
}
298298

299299
.text-box p:first-of-type {
300-
margin-bottom: 20px;
301-
300+
margin-bottom: 20px;
301+
302302
}
303303

304304
.cronograma-box {
@@ -323,8 +323,9 @@ h4 {
323323
margin-bottom: 10px;
324324
}
325325

326-
#localizacao h3, #agenda h3 {
327-
margin-bottom: 30px;
326+
#localizacao h3,
327+
#agenda h3 {
328+
margin-bottom: 30px;
328329
}
329330

330331
#patrocinio h2 {
@@ -354,7 +355,7 @@ h4 {
354355
}
355356

356357
.content p {
357-
margin-bottom: 15px;
358+
margin-bottom: 15px;
358359
}
359360

360361
.city-image img {
@@ -371,16 +372,13 @@ h4 {
371372
margin-bottom: 20px;
372373
}
373374

374-
.text-box {
375-
margin-top: 20px;
376-
}
377375

378376
.footer-social-icons {
379377
display: flex;
380378
/* gap: 15px; */
381379
list-style: none;
382380
padding: 0;
383-
margin-bottom: 15px;
381+
margin-bottom: 15px;
384382
}
385383

386384
.footer-links {
@@ -412,6 +410,7 @@ h4 {
412410
}
413411

414412
.text-box {
413+
margin-top: 20px;
415414
background-color: #FFFFFF;
416415
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
417416
width: 80%;
@@ -651,8 +650,9 @@ iframe {
651650
/* Alinha os itens verticalmente */
652651
margin-left: 20px;
653652
font-size: 1em;
654-
/* Media query for mobile devices */
655-
@media (max-width: 768px) {
653+
654+
/* Media query for mobile devices */
655+
@media (max-width: 768px) {
656656
margin-left: 0px;
657657
/* Full width on mobile */
658658
}
@@ -692,7 +692,7 @@ iframe {
692692
width: 50%;
693693
margin: auto;
694694
@media (max-width: 768px) {
695-
width: 80%; /* Full width on mobile */
695+
width: 80%;
696696
}
697697
}
698698

@@ -709,8 +709,8 @@ iframe {
709709
width: 80%;
710710
padding: 20px;
711711
@media (max-width: 768px) {
712-
padding: 10px;
713-
margin: 10px; /* Full width on mobile */
712+
padding: 10px;
713+
margin: 10px;
714714
}
715715
}
716716

@@ -893,14 +893,17 @@ iframe {
893893
max-height: 200px;
894894
max-width: 100%;
895895
}
896+
896897
.sponsor-logo-quadrada {
897898
max-height: 275px;
898899
max-width: 275px;
899900
}
901+
900902
.sponsor-logo-img {
901903
max-height: 100%;
902904
max-width: 100%;
903905
}
906+
904907
.sponsor-logo-min {
905908
max-height: 100px;
906909
max-width: 300px;
@@ -955,7 +958,7 @@ iframe {
955958

956959
.submissions-grid {
957960
display: grid;
958-
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
961+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
959962
gap: 20px;
960963
}
961964

@@ -967,7 +970,7 @@ iframe {
967970
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
968971
display: flex;
969972
flex-direction: column;
970-
}
973+
}
971974

972975
.submission-title {
973976
font-size: 20px;
@@ -1004,4 +1007,4 @@ iframe {
10041007

10051008
.speaker-email:hover {
10061009
text-decoration: underline;
1007-
}
1010+
}

0 commit comments

Comments
 (0)