Se lee mejor ahora

This commit is contained in:
Daniel Cortés
2019-06-23 00:39:24 -04:00
parent 4d287d9b69
commit 61cd63b265
6 changed files with 15 additions and 16 deletions

6
public/css/app.css vendored
View File

@@ -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
View File

@@ -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);
/***/ }),