Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion statik/styles/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
color: @electromagnetic;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.4;
line-height: 1.5;
}

h1,
Expand All @@ -19,6 +19,7 @@ p {
font-weight: 400;
margin: 0;
padding: 0;
max-width: 80ch;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eubond Please add the CSS properties in alphabetical order.

Thanks for your contribution! 😉

}

p {
Expand Down