This commit is contained in:
aitzol76 2021-03-31 22:48:53 +02:00
parent 009fac961d
commit 478633fda0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
const express = require('express');
const app = express();
const path = require('path');
var bodyParser= require('body-parser');
const bodyParser= require('body-parser');
app.set('port', 8080);
app.use(express.static(path.join(__dirname, 'public')));

View File

@ -21,7 +21,7 @@
}
@media only screen and (max-width: 360px) {
@media only screen and (max-width: 480px) {
.irudiak{
grid-template-areas:
'irudi1'