Skip to content

Commit

Permalink
Update breaking point width for the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
javamind committed Nov 29, 2023
1 parent b927b54 commit 3851401
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/main/images/svg/mxt-icon--admin-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/main/images/svg/mxt-icon-code-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/main/images/svg/mxt-icon-sponsor-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/images/svg/mxt-icon-video-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/templates/partials/header.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="row mxt-layout-header">
<div class="container-xxl text-center">
<div>
<h1 class="p-2">
<h1 class="p-2 d-block">
{{#i18n}}home.wrapper.text{{/i18n}}
<img src="/images/svg/mxt-icon--heart.svg"
class="mxt-icon--heart"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/partials/menu.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="navbar navbar-expand-lg navbar-light mxt-navbar fixed-top">
<nav class="navbar navbar-expand-xl navbar-light mxt-navbar fixed-top">
<div class="container-fluid">
<div class="navbar-brand mxt-navbar-brand">
<a href="{{localePrefix}}/{{#fr}}fr/{{/fr}}" class="mxt-anchor--svg" rel="nofollow">
Expand Down
6 changes: 6 additions & 0 deletions src/main/sass/mixit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,12 @@ h1, h2, h3 {
h1 {
padding-top: 1em;
padding-bottom: 0.2em;
display: flex;
align-items: center;

> img {
max-height: 1.5em;
}
}

h2 {
Expand Down

0 comments on commit 3851401

Please sign in to comment.