front end changes 1
This commit is contained in:
@ -150,6 +150,20 @@ body{
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.login-container{
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.welcome_text{
|
||||
background-color: #a0cfd2;
|
||||
width: 40%;
|
||||
padding: 30px;
|
||||
max-width: 500px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@media (min-width: 1250px) {
|
||||
.log_in_container{
|
||||
width: 50%;
|
||||
|
Reference in New Issue
Block a user