Base project structure
This commit is contained in:
14
src/pages/pictures/pictures.css
Normal file
14
src/pages/pictures/pictures.css
Normal file
@ -0,0 +1,14 @@
|
||||
.pictures {
|
||||
display: flex;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.pictures-content {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user