Skip to content

Instantly share code, notes, and snippets.

@Nelsontuffs
Nelsontuffs / generatepress-wordsmith.css
Created July 21, 2019 00:13
GeneratePress Wordsmith Site CSS
/* ===============================
SITE HEADER
=============================== */
/* hide topbar on mobile */
@media (max-width: 768px) {
.top-bar {
display: none;
}
}