diff --git a/src/layouts/index.html b/src/layouts/index.html index 75f39f9..1234f38 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -16,6 +16,7 @@
+ grid pattern
diff --git a/src/static/Images/grid-left-corner.svg b/src/static/Images/grid-left-corner.svg new file mode 100644 index 0000000..02c7f6a --- /dev/null +++ b/src/static/Images/grid-left-corner.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/static/css/style.css b/src/static/css/style.css index 5d9ad4c..f763f07 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -142,9 +142,9 @@ h2{ } h3{ - font-family: "pp-neue-machina", sans-serif !important; - color:#00ffd0 !important; - text-transform: uppercase !important; + font-family: "pp-neue-machina", sans-serif; + color:#00ffd0; + text-transform: uppercase; } h4{ @@ -244,7 +244,6 @@ hr{ } .impact-section{ - padding: 160px 0px; } }