/*************************************************
 Theme Name:   Desde La Barra - Blocksy Child
 Theme URI:    https://github.com/alvarohrv/desdelabarra-theme
 Description:  Tema hijo de Blocksy personalizado para el blog cervecero Desde La Barra.
 Author:       Alvaro Ruiz
 Author URI:   https://github.com/alvarohrv
 Template:     blocksy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  blocksy-child
**************************************************/

.navbardiv {
    background-color: black;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbardiv_logo a {
    color: white;
    text-decoration: none;
    font-size: 2.3rem;
}