Skip to content

Commit

Permalink
Style improvts
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Mar 18, 2024
1 parent f1d80dc commit a2ce8b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ body.ocsigen\.github\.io.intro .page-header {
flex-grow: 1;
line-height: 30px;
margin: 20px 0px;
font-size: 12px;
font-size: 16px;
}

.page-header .mainmenu p {
Expand All @@ -232,7 +232,7 @@ body.ocsigen\.github\.io.intro .page-header {
}
.page-header .mainmenu p a,
.page-header .mainmenu p span a {
font-size: 13px;
font-size: 16px;
padding: 5px 15px;
color: white;
}
Expand Down Expand Up @@ -1047,6 +1047,7 @@ section.docblock > header > h2 {
}
.rightcol {
margin-left: 40px;
max-width: calc(100vw - 380px);
}
.smallscreen {
display: none;
Expand Down

0 comments on commit a2ce8b8

Please sign in to comment.