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