@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;
}
}
}
|
| This web application is developed for educational purposes to implement preprocessor code. |
| App Comida |
Contributions are what make the open source community an amazing place to learn, inspire, and create. Any contribution you make is greatly appreciated.
- Fork the project.
- Create a feature branch: (git checkout -b features/amazing-feature).
- Commit your changes: (git commit -m 'Add an Amazing Feature').
- Upload your changes to the branch: (features/amazing-feature)
- Open a pull request
Distributed under the MIT license. See the LICENSE file for more information.
Marcos Guzmán
