11 lines
151 B
SCSS
11 lines
151 B
SCSS
.loginPage {
|
|
width: 100%;
|
|
height: 100%;
|
|
.images {
|
|
width: 100%;
|
|
max-width: 500px;
|
|
object-fit: contain;
|
|
margin-inline: auto;
|
|
}
|
|
}
|