Merge branch 'body-bottom-margin' into 'v3.x'

Bottom margin added to body

See merge request allianceauth/allianceauth!1415
This commit is contained in:
Ariel Rin 2022-06-06 10:49:23 +00:00
commit e2abb64171

View File

@ -1,3 +1,7 @@
body {
margin-bottom: 32px;
}
.gray-icon-color .fa {
color: #505050;
}