You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After synchronizing with Rodney, we have a few minor code changes that impacts the header component and his subcomponent. These are minor changes in the code but can be seen as breaking changes in regards to the design and UX.
The changes are as follow :
Increase the logo size from 33px to 55px
Decrease the font-size of the title to 1.25em
Decrease the header's padding-bottom to 1.75rem
Remove header's margin-bottom
Change the font-size of the subtitle to have the same as the title, only the color makes it different (in the code it is small html element, so the font-size is 80%, remove that element makes the font-size the same as the title)
Before :
After :
The text was updated successfully, but these errors were encountered:
After synchronizing with Rodney, we have a few minor code changes that impacts the header component and his subcomponent. These are minor changes in the code but can be seen as breaking changes in regards to the design and UX.
The changes are as follow :
Before :

After :

The text was updated successfully, but these errors were encountered: