Browse Source
Removed margin-bottom tag from the body element (#1435)
- This only changes the behaviour in Firefox
- All browsers now show the UI in a single page view
pull/1437/head
Johannes Herforth
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/styles.scss
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Removed bottom margin tag from the body element |
|
|
|
|
|
|
|
|
## 1.210.0 - 08.11.2022 |
|
|
## 1.210.0 - 08.11.2022 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
@ -25,7 +25,6 @@ $mat-css-light-theme-selector: '.is-light-theme'; |
|
|
body { |
|
|
body { |
|
|
font-family: var(--font-family-sans-serif); |
|
|
font-family: var(--font-family-sans-serif); |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
margin-bottom: 5rem; |
|
|
|
|
|
min-height: 100%; |
|
|
min-height: 100%; |
|
|
|
|
|
|
|
|
a { |
|
|
a { |
|
|