Skip to content

Commit

Permalink
prueba 2
Browse files Browse the repository at this point in the history
  • Loading branch information
clara7227 committed Jun 21, 2024
1 parent dd4a21d commit c94a65d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/sass/partials/_home.sass
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
margin-bottom: 2rem

.project_description
background-image: url("assets/img/section_description_home.png")
background-image: url("/assets/img/section_description_home.png")
background-size: cover
background-position: center
background-repeat: no-repeat
Expand Down Expand Up @@ -60,7 +60,7 @@
//scale:1.5
opacity: 45%
z-index:0
background-image: url("assets/img/banner-prov.svg")
background-image: url("/assets/img/banner-prov.svg")
margin: -6vh 0 0
background-size: cover
background-position: 70% 0
Expand Down
3 changes: 3 additions & 0 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export default function Footer(props) {
<div className="footer_img_container_partners">
<p>{t("footer.title3")}</p>
<div>
<a href="/">
<img

src="assets/img/footer/UC3M-logo.png"
Expand All @@ -92,7 +93,9 @@ export default function Footer(props) {
src="assets/img/footer/UPM-logo.png"
alt="logo"
/>
</a>
</div>

</div>
</div>
{/*
Expand Down

0 comments on commit c94a65d

Please sign in to comment.