Skip to content

Commit

Permalink
less pixels for the top header
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Sep 23, 2020
1 parent 0b8fec5 commit 72e60b2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/robot/htmldata/libdoc/libdoc.css
Expand Up @@ -49,16 +49,16 @@ body {
}

.libdoc-details {
margin-top: 80px;
margin-top: 60px;
padding-left: 0.5rem;
padding-right: 0.5rem;
overflow: auto;
}

.libdoc-title {
position: fixed;
width: 266px;
height: 66px;
width: 300px;
height: 36px;
padding: 0.5rem;
margin: 0.5rem;
display: flex;
Expand All @@ -77,7 +77,7 @@ input.hamburger-menu
{
display: none;
width: 67px;
height: 76px;
height: 46px;
position: fixed;
top: 0;
right: 0;
Expand Down Expand Up @@ -115,19 +115,19 @@ span.hamburger-menu

span.hamburger-menu-1
{
top: 30px;
top: 14px;
transform-origin: 0 0;
}

span.hamburger-menu-2
{
top: 40px;
top: 24px;

}

span.hamburger-menu-3
{
top: 50px;
top: 34px;
transform-origin: 0 100%;
}

Expand Down Expand Up @@ -170,13 +170,13 @@ input.hamburger-menu:checked ~ span.hamburger-menu-3
display: flex;
flex-direction: column;
height: 0;
max-height: calc(100vh - 80px - 0.5rem);
max-height: calc(100vh - 60px - 0.5rem);
flex: 1;
border: 1px solid #e0e0e2;
border-radius: 3px;
padding-right: 0.5rem;
padding-left: 0.5rem;
margin: 80px 0 0.5rem 0.5rem;
margin: 60px 0 0.5rem 0.5rem;
}

@media only screen and (max-width: 640px) {
Expand Down Expand Up @@ -217,7 +217,7 @@ input.hamburger-menu:checked ~ span.hamburger-menu-3

.keywords-overview {
border: none;
margin: 80px 0 0;
margin: 60px 0 0;
}
}

Expand Down Expand Up @@ -348,7 +348,7 @@ h4 {
margin-bottom: 0.5rem;
display: flex;
flex-direction: column;
scroll-margin-top: 80px;
scroll-margin-top: 60px;
}

.keyword-container:target {
Expand Down

0 comments on commit 72e60b2

Please sign in to comment.