Browse Source

mini typo edits

bugfix/microsites
Florian Eisenmenger 2 years ago
parent
commit
3c5c171f2f
3 changed files with 12 additions and 3 deletions
  1. +10
    -0
      gfi-ihk-2024/stories/_global/styles/typography.scss
  2. +1
    -2
      gfi-ihk-2024/stories/sections/intro/intro.scss
  3. +1
    -1
      gfi-ihk-2024/stories/sections/participation-stage/participation-stage.scss

+ 10
- 0
gfi-ihk-2024/stories/_global/styles/typography.scss View File

@@ -78,6 +78,10 @@ h6, .like-h6 {
@include h6;
}

h1 + h2 {
margin-top: 0;
}

a {
color: var(--theme-color-link);
transition: 0.2s ease;
@@ -126,3 +130,9 @@ p, .text, ul.nobreaks {
}
}
}

[data-browser="firefox"] {
.initial::first-letter {
margin-top: 0.113em;
}
}

+ 1
- 2
gfi-ihk-2024/stories/sections/intro/intro.scss View File

@@ -60,8 +60,7 @@

[data-browser="firefox"] {
.intro > p:first-of-type::first-letter,
.intro > .text:first-of-type::first-letter,
.initial::first-letter {
.intro > .text:first-of-type::first-letter {
margin-top: 0.113em;
}
}

+ 1
- 1
gfi-ihk-2024/stories/sections/participation-stage/participation-stage.scss View File

@@ -16,7 +16,7 @@
}

&.first-element {
@media(min-width: 1400px) {
@media(min-width: 1200px) {
margin-top: -60px;
}
}


Loading…
Cancel
Save