Skip to content

Commit

Permalink
UI: fix header spacing (#12983)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Mar 15, 2024
1 parent 8ad4022 commit d3ae335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/components/Site.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="d-flex flex-column site safe-area-inset">
<div class="container px-4 top-area">
<div class="d-flex justify-content-between align-items-center mb-2">
<div class="d-flex justify-content-between align-items-center my-3 my-md-4">
<h1 class="d-block my-0">
{{ siteTitle || "evcc" }}
</h1>
Expand Down
2 changes: 1 addition & 1 deletion assets/js/components/TopHeader.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<header class="d-flex justify-content-between align-items-center py-3">
<header class="d-flex justify-content-between align-items-center py-3 py-md-4">
<h1 class="mb-1 pt-1 d-flex text-nowrap text-truncate">
<router-link class="evcc-default-text" to="/" data-testid="home-link">
<shopicon-regular-home size="s" class="home"></shopicon-regular-home>
Expand Down

0 comments on commit d3ae335

Please sign in to comment.