Skip to content

marcosguz/app-comida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Comida

@use 'base/variables' as v;
@use 'base/mixins' as m;

.header {
    display: flex;
    flex-direction: column;
    padding: v.$separacion 0;
    align-items: center;

    @include m.desktop {
        flex-direction: row;
        justify-content: space-between;
    }

    &__logo {
        margin-bottom: 5rem;
        width: 30rem;

        @include m.desktop {
            margin-bottom: 0;
        }
    }
}

About the project

This web application is developed for educational purposes to implement preprocessor code.
App Comida

Developed with

HTML SASS Badge

How to contribute?

Contributions are what make the open source community an amazing place to learn, inspire, and create. Any contribution you make is greatly appreciated.

  1. Fork the project.
  2. Create a feature branch: (git checkout -b features/amazing-feature).
  3. Commit your changes: (git commit -m 'Add an Amazing Feature').
  4. Upload your changes to the branch: (features/amazing-feature)
  5. Open a pull request

License

Distributed under the MIT license. See the LICENSE file for more information.

Contact

Marcos Guzmán

Marcos

Recognitions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors