first commit

v1.2.0
kun.peng 2019-10-05 21:27:17 +08:00
parent 5ab51cdf12
commit eb62bd46da
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<#macro navbar layout>
<nav class="navbar navbar-main has-background-white is-fixed-top is-paddingless " style="box-shadow: none !important;">
<nav class="navbar navbar-main has-background-white is-paddingless " >
<div class="container ">
<div class="navbar-brand transparent">
<a class="navbar-item navbar-logo" href="${context!}">
@ -79,6 +79,7 @@
burger.classList.toggle('is-active');
menu.classList.toggle('is-active');
});
})();
</script>
</#macro>

View File

@ -5,7 +5,6 @@ screen-tablet = 769px
screen-desktop = 1088px
screen-widescreen = 1280px
screen-fullhd = 1472px
/* ---------------------------------
* Override CSS Framework
* --------------------------------- */