mirror of
https://github.com/dergigi/boris.git
synced 2026-01-18 06:14:27 +01:00
fix: make font size setting work in preview
- Change h3 font-size from 1.5rem to 1.5em to scale with parent - Remove hardcoded font-size from preview paragraphs - Now font size changes are properly reflected in the preview
This commit is contained in:
@@ -1533,13 +1533,12 @@ body {
|
||||
|
||||
.preview-content h3 {
|
||||
margin: 0 0 1rem 0;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.5em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.preview-content p {
|
||||
margin: 0.75rem 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.setting-select {
|
||||
|
||||
Reference in New Issue
Block a user