further index.php styling
This commit is contained in:
parent
56f1e88172
commit
5e0225ed12
|
@ -8,19 +8,27 @@ html {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
main {
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
main {
|
||||
margin: 2rem 0 2rem 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
width: 50rem;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.welcome-section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
width: 50rem;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.baxter-info {
|
||||
|
@ -29,8 +37,6 @@ main {
|
|||
grid-template-columns: 1fr 1fr;
|
||||
justify-items: center;
|
||||
gap: 2rem;
|
||||
width: 50rem;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.baxter-info p {
|
||||
|
|
Loading…
Reference in New Issue