HOT-FIX. Исправлена верстка на мобилках
This commit is contained in:
@ -2,11 +2,6 @@ html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
.PageContainer {
|
||||
flex: 1;
|
||||
}
|
||||
@ -2,7 +2,6 @@ import Component from '../component/index';
|
||||
import routeService from '../../services/RouteService';
|
||||
import NotFoundPage from '../not-found-page';
|
||||
|
||||
import './RouterPagesContainer.css';
|
||||
import {EVENTS} from '../../consts';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user