Skip to content

Commit ad3c453

Browse files
committed
correções no menu mobile
1 parent 04c698b commit ad3c453

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎css/style.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ main.cart .top a{
953953
/* MEDIA QUERIES */
954954
/*****************/
955955

956-
@media screen and (max-width: 376px){
956+
@media screen and (max-width: 680px){
957957
.mobile_only{
958958
display: block;
959959
}
@@ -996,10 +996,9 @@ main.cart .top a{
996996
bottom: -30px;
997997
left: -15px;
998998
opacity: 0;
999-
width: 375px;
999+
width: 100vw;
10001000
background-color: var(--white);
10011001
padding-left: 63px;
1002-
z-index: 1;
10031002
}
10041003
nav li:first-child a::before{
10051004
left: -25px;
@@ -1076,6 +1075,7 @@ main.cart .top a{
10761075
}
10771076
.learn-more h2{
10781077
text-align: center;
1078+
margin: auto;
10791079
}
10801080
.learn-more h4{
10811081
text-align: center;

0 commit comments

Comments
 (0)