💄 Added max-width to project content

This commit is contained in:
Florian Sylvain
2022-02-06 18:07:19 +01:00
parent cea3dae13e
commit 6a5ef9672c
+2 -2
View File
@@ -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;