From aac3c4e451bad602b232b06dbe0d8d7450877e6d Mon Sep 17 00:00:00 2001 From: Varshithvhegde Date: Thu, 19 Oct 2023 19:44:11 +0530 Subject: [PATCH] Added Share button and also optimised the storage of text and also aded media query too --- src/app/navigation/navigation.component.css | 36 +++++++-------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/src/app/navigation/navigation.component.css b/src/app/navigation/navigation.component.css index 94c0248..ee29f6a 100644 --- a/src/app/navigation/navigation.component.css +++ b/src/app/navigation/navigation.component.css @@ -1,27 +1,13 @@ -/* - NotePage - - - - - */ +.spacer { + flex: 1 1 auto; +} - /* Write css for above html code */ - /* Path: src/app/navigation/navigation.component.css */ - .spacer { - flex: 1 1 auto; - } +.icon-button { + margin-right: 10vh; +} - .icon-button{ - margin-right: 10vh; - } - - .title{ - margin-left: 10vh; - font-size: 35px; - cursor: pointer; - } \ No newline at end of file +.title { + margin-left: 10vh; + font-size: 35px; + cursor: pointer; +} \ No newline at end of file