Skip to content

Commit

Permalink
feat(fol): add VIDA to sponsors and remove janky style
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuklik committed Jan 20, 2025
1 parent 210825a commit 79be21c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/Modules/Fof/Core/styles/sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

@include media-breakpoint-up(md) {
.sponsors {
.inner-container {
display: flex;
flex-wrap: wrap;
}
//.inner-container {
// display: flex;
// flex-wrap: wrap;
//}

.category {
display: flex;
Expand Down
6 changes: 3 additions & 3 deletions app/Modules/Fof/Core/templates/@layout.latte
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@
<a href="https://www.humusoft.cz/" style="text-align: center">
<img src="{$basePath}/images/logos/Mathworks-Humusoft.png" alt="Humusoft and Mathworks logo" style="max-width: 20rem">
</a>
{*<a href="https://vida.cz/" style="text-align: center">
<a href="https://vida.cz/" style="text-align: center">
<img src="{$basePath}/images/logos/vida-logo.png" alt="Vida logo" style="max-width:7rem">
</a>*}
</a>
<a href="https://www.escapepoint.cz/" style="text-align: center">
<img src="{$basePath}/images/logos/escape-logo.jpg" alt="Escape logo" style="max-width: 10rem">
</a>
Expand All @@ -183,7 +183,7 @@
<img src="{$basePath}/images/logos/Brilliant Large Logo.png" alt="Brilliant logo" style="max-width:10rem">
</a>*}
<a href="https://www.hobza.cz/" style="text-align: center">
<img src="{$basePath}/images/logos/hobza-logo.jpg" alt="Hobza logo" style="max-width: 8rem">
<img src="{$basePath}/images/logos/hobza-logo.jpg" alt="Hobza logo" style="max-width: 8rem">
</a>
{*<a href="https://www.quark.sk/" style="text-align: center">
<img src="{$basePath}/images/logos/Quark-logo.png" alt="Quark logo" style="max-width: 9rem">
Expand Down

0 comments on commit 79be21c

Please sign in to comment.