HOT-FIX. Исправлена верстка на мобилках

This commit is contained in:
2020-08-16 10:48:18 +03:00
parent e869736115
commit fe2acdc03d
3 changed files with 0 additions and 9 deletions

View File

@ -2,11 +2,6 @@ html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
textarea {
resize: none;
}

View File

@ -1,3 +0,0 @@
.PageContainer {
flex: 1;
}

View File

@ -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';
/**