Mattias Bodlund 3 weeks ago
parent
commit
c1cc771fe9
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      app/assets/stylesheets/application.css

+ 3
- 2
app/assets/stylesheets/application.css View File

@ -88,6 +88,7 @@ h2@property --glow-deg {
--ff-ikea: "Noto IKEA", "Noto Sans", system-ui, sans-serif;
--fs-s: 0.75rem;
--fs-m: 0.875rem;
--fs-base: 1rem;
--fs-lg: 1.125rem;
--fs-xl: 2rem;
@ -382,7 +383,7 @@ main, .modal-panel {
& .answers-container {
background-color: var(--clr-white);
font-size: var(--fs-s);
font-size: var(--fs-m);
line-height: 1.5;
text-align: left;
font-weight: 400;
@ -404,7 +405,7 @@ main, .modal-panel {
}
& h2 {
font-size: var(--fs-s);
font-size: var(--fs-m);
line-height: 1.5;
text-align: left;
font-weight: 700;


Loading…
Cancel
Save