Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Improve layout on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jul 22, 2020
1 parent 388245c commit 796729c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ img.cf-logo {
background-color: #333;
}

.navbar-sidebar .navbar-sidebar__brand {
background-color: #333;
}

.navbar__toggle {
color: #d0d0d0;
}

.navbar__brand:hover {
color: var(--ifm-link-hover-color);
}
Expand Down Expand Up @@ -113,6 +121,29 @@ img.cf-logo {
.home-logo {
display: none;
}

.hero__subtitle {
font-size: 35px;
}

section .screenshot {
margin: 0 0;
}


}

@media screen and (max-width: 813px) {
.hero__subtitle {
font-size: 31px;
}

img.feature-img {
height: 64px;
width: auto;
}


}

/* Screenshot */
Expand Down

0 comments on commit 796729c

Please sign in to comment.