Skip to content
Snippets Groups Projects
Commit a75aa62f authored by Cygnan's avatar Cygnan Committed by Eugen Rochko
Browse files

Adjust padding on the public profile page (#4757)


* Fix a style issue on the public profile page for some mobile browsers

Signed-off-by: default avatarCygnan <email@cygnan.com>

* Set padding-bottom to 20px

Signed-off-by: default avatarCygnan <email@cygnan.com>
parent 8fd8f81a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ body { ...@@ -7,7 +7,7 @@ body {
line-height: 18px; line-height: 18px;
font-weight: 400; font-weight: 400;
color: $primary-text-color; color: $primary-text-color;
padding-bottom: 40px; padding-bottom: 20px;
text-rendering: optimizelegibility; text-rendering: optimizelegibility;
font-feature-settings: "kern"; font-feature-settings: "kern";
text-size-adjust: none; text-size-adjust: none;
...@@ -61,10 +61,6 @@ body { ...@@ -61,10 +61,6 @@ body {
height: 100%; height: 100%;
padding: 0; padding: 0;
} }
@media screen and (max-width: 400px) {
padding-bottom: 0;
}
} }
button { button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment