Se lee mejor ahora
This commit is contained in:
6
public/css/app.css
vendored
6
public/css/app.css
vendored
@@ -4,6 +4,8 @@
|
||||
|
||||
body {
|
||||
color: #212121;
|
||||
line-height: 1.6em;
|
||||
font-size: 1.25em;
|
||||
max-width: 80ch;
|
||||
padding: 2rem;
|
||||
margin: auto;
|
||||
@@ -13,6 +15,10 @@ hr {
|
||||
border: 1px solid #f2f2f2;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #212121;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
|
||||
7
public/js/app.js
vendored
7
public/js/app.js
vendored
@@ -93,14 +93,7 @@
|
||||
/*! no static exports found */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
function classToggle() {
|
||||
var navs = document.querySelectorAll('.navbar-items');
|
||||
navs.forEach(function (nav) {
|
||||
return nav.classList.toggle('navbar-toggleshow');
|
||||
});
|
||||
}
|
||||
|
||||
document.querySelector('.navbar-link-toggle').addEventListener('click', classToggle);
|
||||
|
||||
/***/ }),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user