| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
In France, legal notice is required for any website.
|
| |
|
|
|
| |
Since this website use mostly Javascript, users need to know that
scripts must be enabled.
|
| |
|
|
|
| |
I change the description element from 'p' to 'div', it makes more sense
since I'm using line breaks to display them.
|
| | |
|
| |
|
|
|
| |
When the content is long, it is preferable to make the div scrollable
to avoid breaking design.
|
| |
|
|
|
| |
With long names (like "About CSS Border Previewer") the button was
outside the screen. With flex no wrap, the text can take two lines.
|
| |
|
|
|
|
| |
The animation was not triggered because I forgot to add the class in
the right place.
I also increase a little the animation timing.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Depending on content, the project details block was not completely
below the toolbar before the animation ended. By using vh instead of %,
the issue is fixed. I also increase a little the animation timing.
I also give project details block a full height when expanded. This
allows me to right longer description if needed and I can use the
default font-size. It improves readability.
|
| | |
|
| | |
|
| |
|
|
| |
It helps to differentiate each part of the design.
|
| |
|
|
|
| |
The branding takes a less space. I add box shadows and border to
differentiate the header from the footer and the content.
|
| | |
|
| |
|
|
|
|
| |
On small viewport, hide the project details and display it when the
user clicks on toolbar button. So I adjust the toolbar z-index and the
preview height.
|
| |
|