Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeymorozov authored and ronaldtse committed Feb 16, 2022
1 parent ce42de7 commit 26a3a5b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _software/ fontist.adoc → _software/fontist.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Fontist
description: Gem for ...
description: A simple library to find and download fonts for Windows, Linux and Mac.

repo_url: https://github.com/fontist/fontist

Expand All @@ -14,4 +14,4 @@ docs:
tags: ["writtenin:Ruby"]
---

The Fontist gem...
Install openly-licensed fonts on Windows, Linux and Mac!
1 change: 1 addition & 0 deletions _software/fontist/assets/symbol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions _software/formulas.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Formulas
description: Fontist Font Formulas

repo_url: https://github.com/fontist/formulas
repo_branch: v3

external_links:
- url: https://github.com/fontist/formulas

docs:
git_repo_url: https://github.com/fontist/formulas
git_repo_branch: v3
git_repo_subtree: docs

tags: ["writtenin:Ruby"]
---

This is a main Fontist formulas repository.
1 change: 1 addition & 0 deletions _software/formulas/assets/symbol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
---

$primary-color: #333289;
$accent-color: #2f25c5;
$accent-color: #6254ff;

@import 'jekyll-theme-open-project';

.main-section {
> .title {
font-weight: 500;
}
}

body.layout--home > .underlay > .hero {
.illustration {
bottom: -100px !important;
Expand Down Expand Up @@ -45,3 +51,11 @@ body.layout--home {
}
}
}

body.layout--home {
> main > .featured-posts {
.title {
align-self: flex-start;
}
}
}

0 comments on commit 26a3a5b

Please sign in to comment.