Merge pull request #122 from microsoft/docsy-theme-redo

Aesthetic adjustments
This commit is contained in:
Jeremy Vyska 2022-02-23 07:32:04 +01:00 committed by GitHub
commit dc63c56067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 5 deletions

View file

@ -534,6 +534,10 @@ input[type="search"]::placeholder {
display: none;
}
.show-mobile-inline {
display: none;
}
@media (max-width: 1299px) {
.hero {
background: url("/images/hero-bg.webp") no-repeat;
@ -556,6 +560,10 @@ input[type="search"]::placeholder {
display: block;
}
.show-mobile-inline {
display: inline;
}
.hero {
background: url("/images/hero-bg.webp") no-repeat;
background-size: cover;

View file

@ -65,10 +65,10 @@ images: ["images/og-image-fission.png"]
</div>
</div>
</div>
<!--
<div class="wide-image show-desktop">
<img src="/images/wave.webp" class="big-waves" />
</div> -->
</div>
<div class="body-container push-up">
<div class="container">
@ -111,9 +111,9 @@ images: ["images/og-image-fission.png"]
</div>
<!-- <div class="wide-image show-desktop">
<div class="wide-image show-desktop">
<img src="/images/wave.webp" class="big-waves" />
</div> -->
</div>
<div class="body-container whats-new">
<div class="container">

View file

@ -3,7 +3,7 @@
<a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}">
<img src="/images/alguidelines-bclogo-pattern-white.png" height="32px">
<span class="font-weight-bold show-desktop">{{ .Site.Title }}</span>
<span class="font-weight-bold show-mobile" style="display: inline;">{{ .Site.Params.shorttitle }}</span>
<span class="font-weight-bold show-mobile-inline">{{ .Site.Params.shorttitle }}</span>
</a>
<div class="td-navbar-nav-scroll ml-md-auto" id="main_navbar">
<ul class="navbar-nav mt-2 mt-lg-0">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Before After
Before After