From f42d7d486c65b689184274823a016f5d6bb0991d Mon Sep 17 00:00:00 2001 From: Kirill Pet Date: Mon, 28 Oct 2024 15:54:24 +0300 Subject: [PATCH] save --- assets/css/gp-style-tablet.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/gp-style-tablet.css b/assets/css/gp-style-tablet.css index c56a5ed..ea0fd00 100644 --- a/assets/css/gp-style-tablet.css +++ b/assets/css/gp-style-tablet.css @@ -170,7 +170,6 @@ main{ flex-direction: column; position: relative; - } .cabinet__control{ display: flex; @@ -197,6 +196,9 @@ main{ margin: 24px 24px 0 24px; } +.cabinet__orders .cabinet-card:nth-child(2){ + margin-top: 0; + } /* cabinet */ }