From aca334227ecfa8d3c658194fecb7297e782555e5 Mon Sep 17 00:00:00 2001 From: losier Date: Thu, 4 May 2023 00:55:54 +0530 Subject: [PATCH] =?UTF-8?q?fixed=20some=20CSS=20bug=20=F0=9F=AA=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 2 -- src/styles/Footer.css | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 46be760..58890b3 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1,5 @@ /* @import url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff"); - - @font-face { font-family: "San Francisco"; src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff"); diff --git a/src/styles/Footer.css b/src/styles/Footer.css index 4fcaa2f..9396968 100644 --- a/src/styles/Footer.css +++ b/src/styles/Footer.css @@ -1,6 +1,6 @@ footer { background-color: var(--color-bg); - background: url("../assets/othersPics/banner-bg.png"); + background: url("https://raw.githubusercontent.com/losier/v4/data/src/assets/othersPics/banner-bg.png"); padding: 3rem 0; text-align: center; font-size: 0.9rem;