GillyRabutTsurwa / gilbertrabuttsurwa__site

My main site, build with Nuxt, with the content managed by Storyblok. The site includes a bit of who I am, the projects I have made and access to my other sites. The site will continue to be expanded upon as I get ideas for it.
https://gilbertrabuttsurwa.com
0 stars 0 forks source link

Make this property dynamic. Off to bed #18

Open github-actions[bot] opened 6 months ago

github-actions[bot] commented 6 months ago

https://github.com/GillyRabutTsurwa/gilbertrabuttsurwa__site/blob/6937ca0bf23f632fbb5b214bc4f274d2df7df128/components/blog/Categories.vue#L98


    list-style-type: none;
    width: 70%;
    margin-top: 1.5rem;
    display: flex;
    //@todo Make this property dynamic. Off to bed
    flex-direction: column;

    @include breakpoint(767) {
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-around;
    }