Flipping sidebar and content

This commit is contained in:
Ubergeek 2019-07-01 21:56:28 +00:00
parent 8e9bd8304d
commit d82c8dfa8f
1 changed files with 2 additions and 2 deletions

View File

@ -64,13 +64,13 @@ body {
}
#content {
width: 78%;
float: left;
float: right;
font-size: medium;
}
#sidebar {
width: 18%;
float: right;
float: left;
font-size: small;
}