From daa333beb8cdac9495f2649cb198539267ce4e42 Mon Sep 17 00:00:00 2001 From: "leonard.beck" <leonard.beck@etu.hesge.ch> Date: Sun, 9 May 2021 23:38:05 +0200 Subject: [PATCH] added fix to mobile version of cart --- frontend/css/cart.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/css/cart.css b/frontend/css/cart.css index 0059d9d..cdcbf85 100644 --- a/frontend/css/cart.css +++ b/frontend/css/cart.css @@ -4,7 +4,7 @@ main{ display: flex; flex-direction: column; width: 100vw; - + } @@ -19,7 +19,7 @@ main{ margin-top: 2vh; padding-left: 2.5vh; padding-right: 2.5vh; - + } @@ -41,12 +41,12 @@ main{ font-size: 1.25vw; justify-content: center; margin-right: 2vw; - + } .text { - + display: flex; flex-direction: column; justify-content: center; @@ -70,7 +70,9 @@ main{ text-align: center; color: rgb(255,27,0); margin-top: 1vw; + margin-bottom: 1vw; font-size:xx-large; + height: 100px; } @@ -107,7 +109,7 @@ main{ .price { - + display: flex; flex-direction: column; justify-content: center; @@ -116,4 +118,4 @@ main{ margin-right: 1vw; -} \ No newline at end of file +} -- GitLab