initial (sorta) commit

This commit is contained in:
2023-08-28 09:35:53 -05:00
commit b74b4afe26
64 changed files with 44211 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
.error {
background-color: #232323;
width: 100%;
height: calc(100vh - 166px);
overflow: hidden;
display: flex;
}
.error__photo {
width: 100%;
min-width: 900px;
}