-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Footer styling #17
Footer styling #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a couple of comments
src/theme/_header.scss
Outdated
padding-bottom: 0.5rem; | ||
padding-top: 0; | ||
|
||
@media only screen and (max-width: $tablet-breakpoint) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sneridagh @danalvrz So we have container queries now. Doesn't that make media queries obsolete? I wonder if it complicates things if we use both.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great questions, I am not sure, but would be happy to find a different implementation if it does complicate things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we will probably want to look at using container queries, but I would leave it until Victor is back and in a new PR.
Regarding: https://github.com/kitconcept/bfs-intranet/issues/26
Screenshot:
![Screenshot](https://user-images.githubusercontent.com/89805481/208485327-70624c11-9ec0-41e2-a7dc-6654231f840c.png)