Skip to content

Commit

Permalink
removed carla-bg
Browse files Browse the repository at this point in the history
  • Loading branch information
MattRowe18 committed Mar 19, 2024
1 parent de7a67a commit cf944d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ p {
font-size: small;
}

.carla-bg {
background-size: cover;
background-image: url('/img/lincoln_carla.png');
}

.page-flex-container {
display: flex;
flex-direction: row;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div data-scroll-container>

<section data-scroll-section data-scroll-id="landing_page" id="landing_page" class="landing-page carla-bg"
<section data-scroll-section data-scroll-id="landing_page" id="landing_page" class="landing-page"
style="display:block;padding:2%;background-color:rgba(0, 0, 0, 1.0);">
<div class="landing-page-spacer"></div>
<h1 class="ecosystem-title"> CARLA Ecosystem</h1>
Expand Down

0 comments on commit cf944d3

Please sign in to comment.