move camp information to another page

This commit is contained in:
2021-04-15 11:17:24 +02:00
parent 1df8f59e14
commit fed9986180
6 changed files with 122 additions and 101 deletions

View File

@@ -12,10 +12,6 @@ main #main_content, main #loading {
box-shadow: none;
}
.info {
padding: 0px 8%;
}
#cct_extra_row {
margin-top: 10px;
display: none;

View File

@@ -13,6 +13,7 @@ body {
min-height: 100%;
background-color: #aaaaaa;
word-wrap: break-word;
line-height: unset !important;
}
#pageContainer {
@@ -619,7 +620,6 @@ h1.apply {
.outer {
overflow-x: scroll;
width: 80%;
display: block;
margin: 30px auto 50px auto;
}