/* Custom CSS overrides */

#hero {
    min-height: 100vh;
}

#about ul {
    grid-template-columns: repeat(2, 1fr);
}

#experience .row > div {
    max-width: 100%;
    flex: 0 0 100%;
}
