Wrong flex options for the navigation block #4

Closed
opened 2020-01-21 15:31:30 +01:00 by iGormilhit · 2 comments
iGormilhit commented 2020-01-21 15:31:30 +01:00 (Migrated from framagit.org)

The property align-self should not be end but flex-end.

https://framagit.org/iGormilhit/portfoligor/blob/master/assets/scss/_header.scss#L33

nav {
   margin-right: .5em;
   align-self: end;
 }
The property `align-self` should not be `end` but `flex-end`. https://framagit.org/iGormilhit/portfoligor/blob/master/assets/scss/_header.scss#L33 ```css nav { margin-right: .5em; align-self: end; } ```
iGormilhit commented 2020-01-21 15:31:30 +01:00 (Migrated from framagit.org)

changed milestone to %1

changed milestone to %1
iGormilhit commented 2020-05-22 11:55:12 +02:00 (Migrated from framagit.org)

closed via commit 4b492fa427

closed via commit 4b492fa427d290b85b44ca5a5115eae6e0ce201f
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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: igor/portfoligor#4
There is no content yet.