styles and typo
This commit is contained in:
parent
4006523c8c
commit
2b7b761737
3 changed files with 43 additions and 2 deletions
39
public/css/login.css
Normal file
39
public/css/login.css
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
@media (max-width: 768px) {
|
||||
#login-button {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
#login-card-content {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
#login-button {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#login-card-content {
|
||||
width: 40%;
|
||||
min-width: min-content;
|
||||
}
|
||||
}
|
||||
|
||||
#login-card-content {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#login-card-content > * {
|
||||
margin: 1vh auto;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue