login button hover effect; minor css changes.
This commit is contained in:
parent
1e3e23ece1
commit
9e88f7db1c
@ -27,6 +27,7 @@ body {
|
||||
|
||||
.login-wrapper {
|
||||
position: relative;
|
||||
top: 15px;
|
||||
border: 1px solid black;
|
||||
width: 400px;
|
||||
padding-top: 15px;
|
||||
@ -73,6 +74,11 @@ body {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.login-button:hover {
|
||||
cursor: pointer;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
.about-content {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user