diff options
| author | Bobby <[email protected]> | 2022-07-30 00:07:45 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-30 00:07:45 +0530 |
| commit | a52e5ee79eddcfef37139434c619cc4f3f6cb521 (patch) | |
| tree | 69282d371b4fa566f898d7dcc411f352f75ef4c3 | |
| parent | 07f2702c1d3c0cdb513aefab459b6fc5ae0662c8 (diff) | |
| download | thatcomputerscientist-a52e5ee79eddcfef37139434c619cc4f3f6cb521.tar.xz thatcomputerscientist-a52e5ee79eddcfef37139434c619cc4f3f6cb521.zip | |
Fixed page width
| -rw-r--r-- | blog/static/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/blog/static/css/main.css b/blog/static/css/main.css index c79e538d..a6a3e42b 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -3,10 +3,11 @@ body { display: inline-flex; flex-direction: row; flex-wrap: wrap; - min-height: calc(100vh - 16px); + min-height: calc(100vh); background-color: #fafafa; padding: 0; min-width: calc(100vw - 16px); + width: 100%; font-family: serif; margin: 0; padding: 0; |
