Skip to content

Commit

Permalink
Add Abigail
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaureir committed Nov 4, 2023
1 parent d284976 commit 65b144a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@ h1, h2, h3, h4, h5 {
}
}

/* Adjusting keynote name */
@media (max-width: 900px) {
h5 {
font-size: 1rem;
}
}
@media (max-width: 500px) {
h5 {
font-size: 0.8rem;
}
}

.btn-pink-gradient:hover {
background: var(--black-gradient, linear-gradient(90deg, #E51D41 0%, #040404 100%));
}
Expand Down
2 changes: 1 addition & 1 deletion generate_site/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
##### Template configuration
conf = {
"ORG": df_org,
"KEYNOTES": keynotes[:4], # only 4 keynotes
"KEYNOTES": keynotes[:5], # only 5 keynotes
"SPONSORS": sponsors,
}

Expand Down
Binary file added img/keynote/abigail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65b144a

Please sign in to comment.