pull/19/head
Aidaho12 2018-02-10 20:54:04 +06:00
parent 4b0e8c0d06
commit 299894442d
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ iframe {
} }
.top-menu { .top-menu {
background-color: #222; background-color: #222;
box-shadow: 1px 1px 5px grey;
min-height: 50px; min-height: 50px;
margin-bottom: 20px; margin-bottom: 20px;
top: 0; top: 0;
@ -70,6 +71,7 @@ iframe {
margin-left: 44%; margin-left: 44%;
} }
.conteiner { .conteiner {
box-shadow: 1px 1px 5px grey;
clear: both; clear: both;
margin-top: 65px; margin-top: 65px;
min-height: calc(100vh - 115px); min-height: calc(100vh - 115px);
@ -171,6 +173,7 @@ iframe {
} }
.footer { .footer {
background-color: #222; background-color: #222;
box-shadow: 1px 1px 5px grey;
min-height: 50px; min-height: 50px;
top: 0; top: 0;
right: 0; right: 0;