mirror of
https://github.com/Floriansylvain/portfolio.git
synced 2026-08-19 19:53:18 +02:00
💄 Added max-width to project content
This commit is contained in:
+2
-2
@@ -450,8 +450,8 @@ a {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
|
|
||||||
width: Calc(100vw - 25px);
|
width: 95%;
|
||||||
max-width: 80%;
|
max-width: 900px;
|
||||||
max-height: Calc(100vh - 150px);
|
max-height: Calc(100vh - 150px);
|
||||||
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|||||||
Reference in New Issue
Block a user