Skip to content

Commit 2ada7ff

Browse files
authored
Update style.css
Ajustando o mobile
1 parent 9678294 commit 2ada7ff

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

public/style.css

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ body::after {
377377

378378
border-radius: 18px;
379379

380-
border-radius: 18px;
381380
}
382381

383382

@@ -444,6 +443,8 @@ body::after {
444443
transition: var(--transition);
445444
}
446445

446+
447+
447448
.pillar-card:hover .icon-box {
448449

449450
background: var(--verde-marca);
@@ -494,6 +495,8 @@ body::after {
494495

495496
padding: 20px;
496497

498+
overflow-y: auto;
499+
497500
background:
498501
rgba(4,57,39,0.45);
499502

@@ -520,6 +523,12 @@ body::after {
520523
width: 100%;
521524
max-width: 720px;
522525

526+
max-height: 90vh;
527+
528+
overflow-x: hidden;
529+
530+
overflow-y: auto;
531+
523532
padding: 48px;
524533

525534
border-radius: 32px;
@@ -539,8 +548,6 @@ body::after {
539548

540549
position: relative;
541550

542-
overflow: hidden;
543-
544551
transform:
545552
scale(0.92)
546553
translateY(10px);
@@ -876,42 +883,39 @@ body::after {
876883

877884
@media (max-width: 768px) {
878885

879-
.navbar {
880-
881-
padding: 16px 5%;
886+
.brand-logo {
887+
height: 70px;
882888
}
883889

884890
.nav-links {
891+
display: flex;
892+
flex-wrap: wrap;
893+
justify-content: center;
894+
gap: 8px;
895+
}
885896

897+
.btn-nav {
886898
display: none;
887899
}
888900

889901
.hero {
890-
891-
padding:
892-
60px 5% 80px;
902+
padding: 60px 5% 80px;
893903
}
894904

895905
.hero-content h1 {
896-
897906
font-size: 42px;
898907
}
899908

900909
.hero-content p {
901-
902910
font-size: 16px;
903911
}
904912

905913
.pillars-section {
906-
907-
padding:
908-
0 5% 80px;
914+
padding: 0 5% 80px;
909915
}
910916

911917
.modal-card {
912-
913918
padding: 32px 24px;
919+
max-height: 85vh;
914920
}
915-
916-
}
917-
921+
}

0 commit comments

Comments
 (0)