Переработка контроллера Organization и страницы Show для отображения 2х форм отчетности из БД
This commit is contained in:
@@ -28,15 +28,17 @@ a.link:hover {
|
||||
|
||||
.main-container {
|
||||
height: 100vh;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.informations-data {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 80%;
|
||||
width: 90%;
|
||||
min-width: 300px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto 10px;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
padding-bottom: inherit;
|
||||
}
|
||||
|
||||
.informations-data h2 {
|
||||
|
||||
Reference in New Issue
Block a user