From 22638faf30912df055d009b3775c790a93c2cba8 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Wed, 17 Mar 2021 08:50:28 +0100 Subject: [PATCH] Span
across the whole page Closes #11 --- CHANGELOG.md | 7 ++++++- src/style/main.scss | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f2ae7..2499b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - design of the page so that it looks more like a Mastodon website (without impersonating anyone) +### Fixed + +- page displacement if a child is added to `` (#11) + ## [1.1.2] - 2021-03-12 ### Changed @@ -67,7 +71,8 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://github.com/NickKaramoff/toot/compare/v1.1.2...HEAD +[Unreleased]: https://github.com/NickKaramoff/toot/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/NickKaramoff/toot/compare/v1.1.2...v1.2.0 [1.1.1]: https://github.com/NickKaramoff/toot/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/NickKaramoff/toot/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/NickKaramoff/toot/compare/v1.0.0...v1.1.0 diff --git a/src/style/main.scss b/src/style/main.scss index a7256d1..c655e92 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -73,7 +73,7 @@ header { main { width: 100%; max-width: 600px; - margin: 0 auto; + margin: auto; padding: 0 0.75rem; form {