Skip to content

Commit

Permalink
home logo spin overflow fix, footer link responsive spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Nov 19, 2024
1 parent 510924d commit 8788591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function App() {
<div className="container">
<div className="row">
<div className="col-12">
<div className="my-5 d-block text-center">
<div className="my-5 d-block text-center overflow-hidden">
<img src={uconnOakLogo} className="logo m-auto" alt="UConn Oak Logo" />
</div>
<h1 className="w-100 text-center">Hello!</h1>
Expand Down
6 changes: 2 additions & 4 deletions src/UConnFooter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
border-top: none !important;
a, p, span {
color: #FFF;
border: none;
}
border-bottom: 5px solid #053c7f;
padding: 60px 0px;
Expand All @@ -26,12 +27,9 @@
#footers #footer ul li {
display: inline-block;
margin-bottom: 10px;
padding-left: 0px;
}
}
#footers #footer ul li a {
padding: 0px;
}

#footers #footer ul li a:active, #footers #footer ul li a:hover, #footers #footer ul li a:focus {
color: #ddd;
}

0 comments on commit 8788591

Please sign in to comment.