Mattias Bodlund 1 year ago
parent
commit
147154cba0
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      app/assets/stylesheets/application.css
  2. +1
    -1
      config/locales/en.yml

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

@ -117,7 +117,8 @@ header {
& span { & span {
font-weight: 700; font-weight: 700;
font-style: italic;
font-style: italic;
&::before { content: ' '; display: block; }
} }
} }


+ 1
- 1
config/locales/en.yml View File

@ -23,7 +23,7 @@ en:
sv: Swedish sv: Swedish
uk: Ukrainian uk: Ukrainian
can_you_spot_the_link: Can you spot <br><span>the link?</span>
can_you_spot_the_link: Can you spot <span>the link?</span>
start: start:
hello: Hello! hello: Hello!


Loading…
Cancel
Save