AvidlyWordPress / zf-theme

A theme based on Foundation 6 by Zurb and the _s theme by Automattic
12 stars 2 forks source link

Title bar flashes on medium/large screen (when page reloads) #25

Open Ahmis opened 6 years ago

Ahmis commented 6 years ago

Shows for 0.5 seconds before gets hidden. Could be solved with something like this:

.title-bar { @include breakpoint(medium) { display: none; } }