From 1e338936aec2646446482f992dc36779036f7032 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Date: Mon, 17 Jan 2022 14:12:22 +0100 Subject: [PATCH] fix: hr-a kentzen du --- front/src/pages/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/front/src/pages/index.tsx b/front/src/pages/index.tsx index 6fd1929..7943e72 100644 --- a/front/src/pages/index.tsx +++ b/front/src/pages/index.tsx @@ -171,11 +171,13 @@ const Deskribapena = styled.p` const IzenburuWrapper = styled.div` display: flex; justify-content: flex-end; + align-items: center; `; -const Marra = styled.hr` +const Marra = styled.div` + /* altuera erabiliko den letraren berdina da */ + height: ${rem(41.83)}; flex-grow: 1; - border: none; box-shadow: inset 0px -3px 0px 0px white; margin-right: ${rem(size.tiny)}; `;