Skip to content

Commit

Permalink
475 gambar sinergi program (#478)
Browse files Browse the repository at this point in the history
* Perbaiki gambar sinergi program berantakan

* [ci skip] Mutakhirkan catatan rilis

Co-authored-by: Agung Sugiarto <[email protected]>
  • Loading branch information
yogiperdana and agungsugiarto authored Aug 31, 2022
1 parent 124e061 commit 2fd8e04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion catatan_rilis.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Terima kasih pada [...] yang terus berkontribusi. Terima kasih pula pada [...] y
1. [#464](https://github.com/OpenSID/OpenDK/issues/464) Perbaiki sinkronisasi berita OpenSID ke OpenDK.
2. [#466](https://github.com/OpenSID/OpenDK/issues/466) Perbaiki peta yang tidak muncul ketika data koordinat kosong.
3. [#471](https://github.com/OpenSID/OpenDK/issues/471) Perbaiki Data sinkronisasi penduduk tetap masuk meskipun desa tidak terdaftar.
5. [#476](https://github.com/OpenSID/OpenDK/issues/476) Perbaiki tampilan logo atau gambar widget medsos.
4. [#476](https://github.com/OpenSID/OpenDK/issues/476) Perbaiki tampilan logo atau gambar widget medsos.
5. [#475](https://github.com/OpenSID/OpenDK/issues/475) Perbaiki tampilan logo atau gambar widget sinergi program.


#### TEKNIS
Expand Down
7 changes: 7 additions & 0 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -864,4 +864,11 @@ x-sign:nth-of-type(5) {
height: 50px;
object-fit: cover;
object-position: center;
}

.logo-sinergi-program {
width: 170px;
height: 90px;
object-fit: cover;
object-position: center;
}
2 changes: 1 addition & 1 deletion resources/views/widgets/sinergi_program.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@foreach($sinergi as $key => $data)
<div class="col-md-6" style="padding: 4px;">
<a href="{{ $data->url }}" rel="noopener noreferrer" target="_blank">
<img src="{{ $data->gambar }}" alt="Sinergi Program Image" style="max-width:100%; height:auto;">
<img src="{{ $data->gambar }}" class="logo-sinergi-program" alt="Sinergi Program Image">
</a>
</div>
@endforeach
Expand Down

0 comments on commit 2fd8e04

Please sign in to comment.