Skip to content

Commit

Permalink
Added campaign title in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Feb 5, 2025
1 parent 0316655 commit 68d8699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/assets/sass/pages/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@ $colorForTabs: $brand-primary;

.project-logo {
text-align: center;
padding: 15px;
padding: 10px;

img {
height: 60px;
}
}

.project-info {
padding: 15px 15px 0;
padding: 5px 0;
display: block;
height: 3rem;
position: relative;
Expand Down
1 change: 1 addition & 0 deletions resources/views/home/partials/projects-list-home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<img loading="lazy" src="{{$project->logo_path}}" alt="logo of the project">
</div>
<div class="project-info">
<h4 class="text-center">{!! $project->currentTranslation->name !!}</h4>
<p>{!! $project->currentTranslation->motto_title !!}</p>
</div>
<div class="container-fluid">
Expand Down

0 comments on commit 68d8699

Please sign in to comment.