detail + button aduan
This commit is contained in:
parent
c106c2b731
commit
8b2047f41d
|
|
@ -1059,7 +1059,7 @@ .featured-services .service-item {
|
|||
--------------------------------------------------------------*/
|
||||
.about .about-img {
|
||||
position: relative;
|
||||
margin: 60px 0 0 60px;
|
||||
margin: 60px 0 0 0;
|
||||
}
|
||||
|
||||
/* .about .about-img:before {
|
||||
|
|
@ -1078,7 +1078,7 @@ .about .about-img img {
|
|||
|
||||
@media (max-width: 575px) {
|
||||
.about .about-img {
|
||||
margin: 30px 0 0 30px;
|
||||
margin: 30px 0 0 0;
|
||||
}
|
||||
|
||||
/* .about .about-img:before {
|
||||
|
|
|
|||
|
|
@ -85,6 +85,17 @@ class="img-fluid" alt="">
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="d-flex justify-content-between align-items-center mt-4">
|
||||
<small class="text-muted">
|
||||
Laporkan jika TPS bermasalah atau penuh
|
||||
</small>
|
||||
|
||||
<a href="{{ route('user.aduan-tps', $tps->id) }}"
|
||||
class="btn btn-danger btn-sm d-flex align-items-center">
|
||||
Adukan TPS
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div><!-- End Tab 1 Content -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue