Skip to content

Commit

Permalink
Fix menu for responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
egodasa authored Sep 20, 2017
1 parent b6fdc77 commit c5cacc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="w3-row" ng-app="adminAUBE">
<header class="w3-col s12 w3-black" style="height:auto;">
<nav class="w3-blue-gray w3-bar">
<a class="w3-button w3-bar-item w3-hover-green" href="#!/">Home</a>
<a class="w3-button w3-bar-item w3-hover-green w3-mobile" href="#!/">Home</a>
<a class="w3-button w3-blue-gray w3-hover-green w3-mobile" href="#!ujian">Kelola Daftar Ujian</a>
<a class="w3-button w3-blue-gray w3-hover-green w3-mobile" href="#!peserta">Kelola Daftar Peserta</a>
<a class="w3-button w3-blue-gray w3-hover-green w3-mobile" href="#!soal">Kelola Soal</a>
Expand All @@ -48,3 +48,4 @@ <h5 class="w3-cell-bottom">Aplikasi Ujian Berbasis Web, Created by Ego Dafma Das
</footer>
</div>
</body>
</html>

0 comments on commit c5cacc6

Please sign in to comment.