Skip to content
Snippets Groups Projects
Commit daa333be authored by leonard.beck's avatar leonard.beck :zzz:
Browse files

added fix to mobile version of cart

parent 3a027b94
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ main{ ...@@ -4,7 +4,7 @@ main{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100vw; width: 100vw;
} }
...@@ -19,7 +19,7 @@ main{ ...@@ -19,7 +19,7 @@ main{
margin-top: 2vh; margin-top: 2vh;
padding-left: 2.5vh; padding-left: 2.5vh;
padding-right: 2.5vh; padding-right: 2.5vh;
} }
...@@ -41,12 +41,12 @@ main{ ...@@ -41,12 +41,12 @@ main{
font-size: 1.25vw; font-size: 1.25vw;
justify-content: center; justify-content: center;
margin-right: 2vw; margin-right: 2vw;
} }
.text { .text {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
...@@ -70,7 +70,9 @@ main{ ...@@ -70,7 +70,9 @@ main{
text-align: center; text-align: center;
color: rgb(255,27,0); color: rgb(255,27,0);
margin-top: 1vw; margin-top: 1vw;
margin-bottom: 1vw;
font-size:xx-large; font-size:xx-large;
height: 100px;
} }
...@@ -107,7 +109,7 @@ main{ ...@@ -107,7 +109,7 @@ main{
.price { .price {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
...@@ -116,4 +118,4 @@ main{ ...@@ -116,4 +118,4 @@ main{
margin-right: 1vw; margin-right: 1vw;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment