[ARCHIVED] Custom CSS Header Size Discrepancy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2020
11:14 AM
I am trying to adjust the default size of headers for our institution, and while doing some testing in our beta instance, I noticed that anytime I set a pixel size in the CSS, it gets reduced to 75% of the value I enter.
h2 {
font-size: 18px;
}
There's the css I did for testing, but instead of 18px, it gets reduced to 14px. I tried a bunch of sizes and confirmed it consistently gets reduced by the same percentage. Does anyone know why this is the case.
I can of course just set everything to (desired value / .75), but my concern would be that whatever is causing the reduction won't happen on every device, on every page, etc so sizes would be inconsistent.
Thanks for any insight.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.