* Fix a style issue on the public profile page for some mobile browsers
Signed-off-by: Cygnan <email@cygnan.com>
* Set padding-bottom to 20px
Signed-off-by: Cygnan <email@cygnan.com>
line-height: 18px;
font-weight: 400;
color: $primary-text-color;
- padding-bottom: 40px;
+ padding-bottom: 20px;
text-rendering: optimizelegibility;
font-feature-settings: "kern";
text-size-adjust: none;
height: 100%;
padding: 0;
}
-
- @media screen and (max-width: 400px) {
- padding-bottom: 0;
- }
}
button {