Skip to content

Commit

Permalink
TASK: add missing italic font, adjust mobile design
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Krull committed Oct 22, 2022
1 parent b2b5151 commit fa3bd92
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,24 @@
text-align: center;
}
.neos-alignment-right {
float: right;
margin-left: .9rem;
float: left;
margin-right: .9rem;

@media screen and (max-width: 649px) {
.neos-alignment-right {
float: right;
margin-right: 0;
}
}

figcaption {
margin-left: .9rem;
margin-left: 0;

@media screen and (max-width: 649px) {
figcaption {
margin-left: .9rem;
}
}
}
}
.neos-nodetypes-image {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ $font-path: "../Assets" !default;
font-style: italic;
font-weight: 600;
}
@font-face {
font-family: 'Work Sans';
font-display: swap;
src:
local("Work Sans"),
url('#{$font-path}/WorkSans-Italic.woff2') format('woff2');
font-style: italic;
font-weight: 400;
}
Binary file not shown.

0 comments on commit fa3bd92

Please sign in to comment.