Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Header logo not vertically centered when .row is applied to the header #158

Closed
DeltaRazero opened this issue Jul 11, 2019 · 1 comment
Closed

Comments

@DeltaRazero
Copy link

  • Framework Version: 3.0.1
  • Flavor used: Default
  • Operating System/Browser: Win10 Chrome (latest)
  • Screenshots:

image

<header>
    <a href="#" class="logo">Logo</a>
    <a href="#" class="button">Home</a>
    <button class="">Download</button>
</header>

image

<header class="row">
    <a href="#" class="logo">Logo</a>
    <a href="#" class="button">Home</a>
    <button class="">Download</button>
</header>
  • Bug description:
    The element assigned with .logo is no longer vertically centered when .row is applied to the header tag.
@Chalarangelo
Copy link
Owner

I will look into it soon. Seems like an easy fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants