From 04dba517bed321682fd2614e28cdfa7b244f7c3d Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Mon, 26 Aug 2024 13:37:45 +0200 Subject: [PATCH 1/6] Your message --- web/cobrands/sass/_base.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index b5830ebfdf0..0fb7152dc8a 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -41,7 +41,6 @@ body { p { font-size: 1em; - font-weight: normal; margin: 0 0 1em; } From 1dfcab8c4467aff482c9545fedb40e623b074bae Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Sun, 1 Sep 2024 14:25:13 +0200 Subject: [PATCH 2/6] Modern Navbar --- web/cobrands/sass/idea.txt | 74 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 web/cobrands/sass/idea.txt diff --git a/web/cobrands/sass/idea.txt b/web/cobrands/sass/idea.txt new file mode 100644 index 00000000000..feb8652bb8e --- /dev/null +++ b/web/cobrands/sass/idea.txt @@ -0,0 +1,74 @@ + + + + + + Popravi.to + + + + + + + + + + + + + + +!!!!!!!!!!!!!!!1 +CSSS + +@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); + +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: "Open Sans", sans-serif; + font-optical-sizing: auto; + color: #fff; +} + +nav { + background-color: #1a4f7f; + max-width: 1500px; + display: flex; + justify-content: space-between; + margin: 0 auto; + align-items: center; + padding: 0px 20px 0px 20px; + border-radius: 40px; + height: 10vh; +} +nav h1{ + font-size: 2.2rem; +} +ul{ + display: flex; +} +ul li{ + list-style-type: none; + padding: 20px; + transition: 0.6s ease-in-out; +} +ul li:hover{ + background-color: #041d35; + border-radius: 20px; +} +ul li a{ + text-decoration: none; +} From 7787ee14827f26b8a230573d5b09dbec09846271 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Thu, 14 Nov 2024 10:40:44 +0100 Subject: [PATCH 3/6] Height --- web/cobrands/popravitodev/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/cobrands/popravitodev/base.scss b/web/cobrands/popravitodev/base.scss index 6e05d6e2997..aae32d8d746 100644 --- a/web/cobrands/popravitodev/base.scss +++ b/web/cobrands/popravitodev/base.scss @@ -21,6 +21,7 @@ $right: right; color: white; padding: 16px; text-align: center; + height: 10vh; } body { From 8683735fb343e035a5dc9ba1534c4c54ad3c124f Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Sat, 30 Nov 2024 16:56:39 +0100 Subject: [PATCH 4/6] Commit for git error regarding phone responsiveness on report press --- responsive_error.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 responsive_error.txt diff --git a/responsive_error.txt b/responsive_error.txt new file mode 100644 index 00000000000..562b994bb28 --- /dev/null +++ b/responsive_error.txt @@ -0,0 +1 @@ +There is an error with the responsiveness for phones when the report is pressed. From d22485a25346c684ce552a367ab31aa2a605458e Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Tue, 10 Dec 2024 09:18:22 +0100 Subject: [PATCH 5/6] Add error.txt with issue description --- error.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 error.txt diff --git a/error.txt b/error.txt new file mode 100644 index 00000000000..577c05c472a --- /dev/null +++ b/error.txt @@ -0,0 +1 @@ +I added a new issue in format of text document. From 5c9faeda4c2773f369bba75a48dbe0b0bfd3fdc5 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Tue, 10 Dec 2024 09:36:21 +0100 Subject: [PATCH 6/6] Found new issue and added a new file with details --- new_issue.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 new_issue.txt diff --git a/new_issue.txt b/new_issue.txt new file mode 100644 index 00000000000..226d8660b75 --- /dev/null +++ b/new_issue.txt @@ -0,0 +1 @@ +This is a new issue I found