Skip to content

Commit

Permalink
fixed some CSS bug 🪲
Browse files Browse the repository at this point in the history
  • Loading branch information
aarabii committed May 3, 2023
1 parent 9387cf0 commit aca3342
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
2 changes: 1 addition & 1 deletion src/styles/Footer.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

1 comment on commit aca3342

@vercel
Copy link

@vercel vercel bot commented on aca3342 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

v4 – ./

v4-git-master-losier.vercel.app
aarab.vercel.app
v4-losier.vercel.app

Please sign in to comment.