Skip to content

Commit 147b7e6

Browse files
committed
Add width style to navbar logo link for better alignment
1 parent a2fdb76 commit 147b7e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/arsip/layout.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Arsip Dokumen - {{ $level }}</title>
88
<link rel="stylesheet" href="{{ asset('css/bulma.min.css') }}">
9+
910
<link rel="stylesheet" href="{{ asset('css/toasr.min.css') }}">
1011
<script type="text/javascript" src="{{ asset('js/toast.min.js') }}"></script>
1112
</head>
1213
<body class="has-navbar-fixed-bottom">
1314
<nav class="navbar is-transparent">
1415
<div class="container">
1516
<div class="navbar-brand">
16-
<a href="{{ route('welcome') }}"class="navbar-item">
17+
<a href="{{ route('welcome') }}"class="navbar-item" style="width:160px;">
1718
<img src="{{ asset('images/logo.svg') }}" alt="Logo" style="max-height: 3rem;">
1819
</a>
1920
<span class="navbar-item" style="position:absolute;right:5px;top:5px">

0 commit comments

Comments
 (0)