CSS hookups added and docker-compose compatibility changes made
This commit is contained in:
3
ProjectSourceCode/src/resources/css/home-screen.css
Normal file
3
ProjectSourceCode/src/resources/css/home-screen.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.card-container {
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
/* Styling to center login page items */
|
||||
.login-page {
|
||||
height: 50%;
|
||||
display: flex;
|
||||
justify-content: center; /* Center items horizontally */
|
||||
align-items: center; /* Center items vertically */
|
||||
}
|
||||
|
||||
.form-container {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
/* Styling to center register page items */
|
||||
.register-page {
|
||||
height: 50%;
|
||||
display: flex;
|
||||
justify-content: center; /* Center items horizontally */
|
||||
align-items: center; /* Center items vertically */
|
||||
}
|
||||
Reference in New Issue
Block a user