Fix mobile header #231

Merged
j285he merged 3 commits from jared-fix-mobile-header into main 2021-08-30 20:37:56 -04:00
Member

Closes #210

Closes #210
j285he added 1 commit 2021-08-30 19:17:05 -04:00
continuous-integration/drone/push Build is passing Details
6946a32f45
Fix mobile header
Author
Member

Some problems:

I did not use our standard 768px mobile breakpoint because this implementation didn't look very good in tablet.

Everything still looks super left-aligned on Mobile L view, so maybe we want a different design here.

Also for some reason the max-width: 425px media query doesn't apply styles when the width is 425px??

Some problems: I did not use our standard 768px mobile breakpoint because this implementation didn't look very good in tablet. Everything still looks super left-aligned on Mobile L view, so maybe we want a different design here. Also for some reason the `max-width: 425px` media query doesn't apply styles when the width is 425px??
a3thakra closed this pull request 2021-08-30 19:21:46 -04:00
Owner

oh, i didn't mean to do that, my bad 🙈

oh, i didn't mean to do that, my bad 🙈
Owner

Sorry for closing this Jared, I just created a new PR #232 :)

Sorry for closing this Jared, I just created a new PR #232 :)
Owner

wait I can reopen PRs, I'll close #232 🤦 🤦 IM SO SORRY LOL

wait I can reopen PRs, I'll close #232 🤦 🤦 IM SO SORRY LOL
a3thakra reopened this pull request 2021-08-30 19:26:22 -04:00
j285he requested review from a3thakra 2021-08-30 19:33:39 -04:00
Owner

I think it's much better if we make the following changes instead of the ones in this PR:

.header {
	display: flex;
    flex-wrap: wrap;
}

.header a {
	margin-right: 1rem;
}

With this we dont need special mobile styles, and it doesn't break the terms apart.

I think it's much better if we make the following changes instead of the ones in this PR: ```css .header { display: flex; flex-wrap: wrap; } .header a { margin-right: 1rem; } ``` With this we dont need special mobile styles, and it doesn't break the terms apart.
j285he added 1 commit 2021-08-30 20:11:20 -04:00
continuous-integration/drone/push Build is passing Details
4b5f111a1e
Change styles
j285he added 1 commit 2021-08-30 20:12:00 -04:00
continuous-integration/drone/push Build is passing Details
c5bb9aa93e
Remove comment
a3thakra approved these changes 2021-08-30 20:27:30 -04:00
j285he merged commit c0c2420ee6 into main 2021-08-30 20:37:56 -04:00
j285he referenced this issue from a commit 2021-08-30 20:37:57 -04:00
j285he deleted branch jared-fix-mobile-header 2021-08-30 20:59:18 -04:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: www/www-new#231
No description provided.