Skip to content

Commit

Permalink
Moved upperleft header class a bit to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
phdenzel committed Jan 9, 2023
1 parent 87ed07f commit 1776005
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dist/theme/phdcolloq.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,14 +371,16 @@ section.has-light-background, section.has-light-background h1, section.has-light
}

.reveal section.upperlefth {
margin: 0 0 20px 0;
top: 0px !important;
margin: 0 0 20px 0;
top: 0px !important;
}

.reveal section.upperlefth h2,
.reveal section.upperlefth h3,
.reveal section.upperlefth h4,
.reveal section.upperlefth h5,
.reveal section.upperlefth h6 {
text-align: left;
position: fixed;
left: 100px;
text-align: left;
}

0 comments on commit 1776005

Please sign in to comment.