Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dakur committed Apr 23, 2024
1 parent 2ba659a commit 6905ff2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 15 deletions.
14 changes: 4 additions & 10 deletions UI/Partners/PartnersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,10 @@ private static function partners(): array
'url' => 'https://www.smartlook.com/cs',
],
[
'id' => 'osf',
'name' => 'Nadace OSF',
'image' => self::getPath('nadace-osf.png'),
'url' => 'https://osf.cz',
],
[
'id' => 'acf',
'name' => 'Active Citizens Fund',
'image' => self::getPath('active-citizens-fund.jpg'),
'url' => 'https://activecitizensfund.no',
'id' => 'osf-acf',
'name' => 'Active citizens fund | Nadace OSF',
'image' => self::getPath('osf-acf.png'),
'url' => 'https://www.activecitizensfund.cz/',
],
[
'id' => 'smsticket',
Expand Down
Binary file removed UI/Partners/logos/active-citizens-fund.jpg
Binary file not shown.
Binary file removed UI/Partners/logos/nadace-osf.png
Binary file not shown.
Binary file added UI/Partners/logos/osf-acf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions frontend/src/styles/pages/partners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,8 @@ $partners-breakpoint-fourColumns-from: "min-width: " + ($partners-breakpoint-thr
&--smartlook {
max-width: 8em;
}
&--osf {
max-width: 8.4em;
}
&--acf {
max-width: 8.4em;
&--osf-acf {
grid-column: 1 / span 3;
}

&--dobrovolnik {
Expand Down

0 comments on commit 6905ff2

Please sign in to comment.