1 parent 04c698b commit ad3c453Copy full SHA for ad3c453
1 file changed
css/style.css
@@ -953,7 +953,7 @@ main.cart .top a{
953
/* MEDIA QUERIES */
954
/*****************/
955
956
-@media screen and (max-width: 376px){
+@media screen and (max-width: 680px){
957
.mobile_only{
958
display: block;
959
}
@@ -996,10 +996,9 @@ main.cart .top a{
996
bottom: -30px;
997
left: -15px;
998
opacity: 0;
999
- width: 375px;
+ width: 100vw;
1000
background-color: var(--white);
1001
padding-left: 63px;
1002
- z-index: 1;
1003
1004
nav li:first-child a::before{
1005
left: -25px;
@@ -1076,6 +1075,7 @@ main.cart .top a{
1076
1075
1077
.learn-more h2{
1078
text-align: center;
+ margin: auto;
1079
1080
.learn-more h4{
1081
0 commit comments