Refactor styles and update text for better clarity and consistency

This commit is contained in:
2025-02-24 17:20:51 +01:00
parent ec58d91a33
commit 5f4045b4fb
7 changed files with 67 additions and 53 deletions

View File

@@ -22,13 +22,14 @@ a {
min-height: 100vh;
}
h1 {
font-size: 1.4em !important;
font-weight: bold !important;
}
// comment below h1 and h2 to ensure good formattation, font-size too small
// h1 {
// font-size: 1.4em !important;
// font-weight: bold !important;
// }
h2 {
font-size: 1em !important;
font-weight: bold !important;
}
// h2 {
// font-size: 1em !important;
// font-weight: bold !important;
// }

View File

@@ -3,3 +3,13 @@
@import 'primeicons/primeicons.css';
@import '@/assets/demo/demo.scss';
h1 {
font-size: 1.4em !important;
font-weight: bold !important;
}
// h2 {
// font-size: 1em !important;
// font-weight: bold !important;
// }

View File

@@ -9,5 +9,5 @@
list-style-type: decimal !important;
}
.editor .md-editor-preview{
word-break: break-word
word-break: break-word;
}