Added admin sites

This commit is contained in:
Frederikmillingpytlick
2020-06-15 08:56:21 +02:00
parent 88b7012f69
commit e73e2aacdc
43 changed files with 674 additions and 151 deletions
+8
View File
@@ -0,0 +1,8 @@
.content {
border-radius: 2px;
background-color: #ffffff;
width: calc(96% - 2rem);
min-height: calc(100% - 40.8px - 8rem);
padding: 1rem;
margin: 2rem auto;
}