-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Cambridge-ICCS/fix_images
Fix images and other stuff
- Loading branch information
Showing
24 changed files
with
2,701 additions
and
169 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,47 @@ | ||
|
||
/*-- scss:rules --*/ | ||
|
||
// title and headings | ||
|
||
|
||
|
||
#title-slide { | ||
text-align: center; | ||
|
||
.title { | ||
color: #fffae6; | ||
font-weight: 350; | ||
//line-height: 0; | ||
} | ||
|
||
.subtitle { | ||
color: #fffae6; | ||
font-style: italic; | ||
} | ||
|
||
.author, .quarto-title-author-name, .quarto-title-authors { | ||
color: #fffae6; | ||
font-size: 1.2em; | ||
} | ||
|
||
} | ||
|
||
#title-slide .slide-logo{ | ||
top: 200px; | ||
background: #ffffff; | ||
} | ||
|
||
/*-- vertically center columns (or any container) --*/ | ||
.v-center-container { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 90%; | ||
} | ||
|
||
/*-- standard offset for text on content slides --*/ | ||
.reveal .slides > section:not(#title-slide) { | ||
padding-top: 50px; /* Adjust the value as needed */ | ||
} | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Large diffs are not rendered by default.
Oops, something went wrong.