added lots of css to style site.

removed mainbody class and did switching stuff in app.js
This commit is contained in:
2020-06-02 22:52:28 +02:00
parent 5f8c491674
commit 53d393fba7
16 changed files with 421 additions and 288 deletions

View File

@@ -1,14 +1,9 @@
.sideinfo{
width: 20%;
float: left;
}
.maincontent{
.maincontent {
float: left;
width: 70%;
}
.rightinfo{
.rightinfo {
float: left;
width: 10%;
}
}