initial (sorta) commit
This commit is contained in:
12
src/assets/stylesheets/error.scss
Normal file
12
src/assets/stylesheets/error.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user