Revision 8fae7df512f0569b1d3b54de707e2156b08daf00 authored by dario-piotrowicz on 24 November 2021, 20:48:43 UTC, committed by Dylan Hunn on 29 November 2021, 17:37:44 UTC
safari handles rem based media queries differently so in order to
provide a similar user-experience to safari users, add a new
safari-only media query for the footer's flex container

resolves #44242

PR Close #44266
1 parent 1284d00
Raw File
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top