Commit 68a4ad76 authored by minseok.park's avatar minseok.park

update navbar-item

parent 3a0e4b2f
Pipeline #19205 passed with stages
in 3 minutes and 15 seconds
......@@ -19,7 +19,7 @@
--color-black: #000;
--color-blue-10: #f8f9fd;
--color-blue-30: #dee2e6;
--color-bwg-main: #0072CE;
--color-bwg-main: #0072ce;
/* fonts */
--rem-base: 18; /* used to compute rem value from desired pixel value (e.g., calc(18 / var(--rem-base) * 1rem) = 18px) */
--body-font-size: 1.0625em; /* 17px */
......
......@@ -17,13 +17,14 @@
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="#">Home</a>
<a class="navbar-item" href="https://swlab.bwg.co.kr/">Home</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">Products</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">Product A</a>
<a class="navbar-item" href="#">Product B</a>
<a class="navbar-item" href="#">Product C</a>
<a class="navbar-item" href="#">BXCM</a>
<a class="navbar-item" href="#">BXCP</a>
<a class="navbar-item" href="#">BXI</a>
<a class="navbar-item" href="#">BXM</a>
</div>
</div>
<div class="navbar-item">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment