Skip to content

Commit

Permalink
Update project.css
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmgvaz authored May 31, 2024
1 parent aff3343 commit ae16cba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion djangocon_2024/static/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ body {
font-family: var(--main-font);
}

/* hack to fix anchors*/
[id]::before {
content: '';
display: block;
height: 114px;
margin-top: -114px;
visibility: hidden;
}

.home-text, .important-dates .dates blockquote blockquote p {
font: normal normal normal 1.125rem/1.5rem var(--main-font)
Expand Down Expand Up @@ -2315,4 +2323,4 @@ object[type="application/pdf"] {
/* icon size on speaker */
.iconlogo {
width: 10%; /* Adjust as needed */
}
}

0 comments on commit ae16cba

Please sign in to comment.