-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Places logos and two columns layout for members list and single pages
- Loading branch information
1 parent
1342a9c
commit 71a7f6a
Showing
3 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// add customs styles and general overrides here | ||
// due to the cascading nature of css, if you try to override theme css variables in this file, those changes will not apply. Instead, override css variables in the `override.sass` file | ||
// we recommend not editing this file directly. Instead, create an `assets/sass/_custom.sass` file at the root level of your site. | ||
// if you edit this file directly, you will have to resolve git conflicts when and if you decide to pull changes we make on the theme | ||
.excerpt | ||
display: grid | ||
grid-template-columns: repeat(2, 1fr) | ||
overflow: auto | ||
|
||
.image_excerpt | ||
display: bloc | ||
width: 10em | ||
|
||
.image_single | ||
display: bloc | ||
width: 20em |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters