Skip to content

Conversation

@mathildakarlsson
Copy link

No description provided.

@mathildakarlsson
Copy link
Author

I have these things left which will be done today (monday 28/2)

  • Make site responsive for tablet/desktop
  • Make chart work
  • Make number of commits work
  • Update Readme
  • Fix date and time so it looks better
  • Clean up code and comment

@mathildakarlsson
Copy link
Author

  • Make site responsive for tablet/desktop
  • Make chart work
  • Make number of commits work
  • Update Readme
  • Fix date and time so it looks better
  • Clean up code and comment

I have some major issues with the chart and number of commits. I will ask in StackOverflow for some help with this.



/* TABLET */
@media screen and (min-width: 667px) and (max-width: 1024px) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's enough with the min-width in tablet mode, cause your desktop starts with the min-width 1024 anyway, just a thought

Copy link

@NabeelMansour NabeelMansour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall excellent job Mathilda and specially the accordian effects on your repoes



/* TABLET */
@media screen and (min-width: 667px) and (max-width: 1024px) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's well suited with just adding the min-width: 667px and skip the 1024 in tablet mode, cause of in the desktop it starts with the 1024 anyway as you can see the desktop mode, just a thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants