Skip to content

Commit

Permalink
update android logo and fix container spreading too far on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Sep 2, 2024
1 parent 45120de commit 02c08a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 81 deletions.
26 changes: 13 additions & 13 deletions content/_layouts/partials/header-menu.liquid
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<header>
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<div class="container-md">
<div class="row gx-6">
<a href="/" class="navbar-brand fs-3 fw-medium col">
<img
src="/images/haxeflixel.svg"
height="31"
alt="HaxeFlixel"
class="align-text-bottom">
HaxeFlixel
</a>

{% assign docs_page_info = page.url | split: '/' %}
{% if docs_page_info[1] == 'documentation' and docs_page_info.length > 2 %}
<a
class="d-lg-none align-baseline fs-2 col"
class="d-lg-none ms-2 fs-2 col"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#doc-menu-offcanvas"
aria-controls="doc-menu-offcanvas"
><i class="bi-book"></i
><i class="bi-book d-inline-block align-text-top"></i
></a>
{% endif %}

<a href="/" class="navbar-brand fs-3 fw-medium col">
<img
src="/images/haxeflixel.svg"
height="31"
alt="HaxeFlixel"
class="align-text-bottom">
HaxeFlixel
</a>
</div>

<div class="row ms-2">
<div class="row ms-2 me-2">
<button
class="navbar-toggler btn-outline-light col"
type="button"
Expand Down
69 changes: 1 addition & 68 deletions content/_static/images/targets/android-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02c08a6

Please sign in to comment.