azkena
This commit is contained in:
parent
009fac961d
commit
478633fda0
2
index.js
2
index.js
@ -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')));
|
||||
|
@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 360px) {
|
||||
@media only screen and (max-width: 480px) {
|
||||
.irudiak{
|
||||
grid-template-areas:
|
||||
'irudi1'
|
||||
|
Loading…
Reference in New Issue
Block a user