Small improvements...
This commit is contained in:
parent
9fc20b3b7e
commit
93aa6d3822
|
@ -34,7 +34,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-container {
|
.grid-container {
|
||||||
width: min(95vw, 125ch);
|
width: min(95vw, 135ch);
|
||||||
grid-area: content;
|
grid-area: content;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -165,9 +165,10 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.service {
|
.service {
|
||||||
width: min(30ch, 80%);
|
width: min(35ch, 80%);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
padding: 1rem 1.5rem;
|
padding: 1rem 1.5rem;
|
||||||
|
@ -182,7 +183,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.service > p {
|
.service > p {
|
||||||
margin: 1rem 0;
|
margin: 1rem auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service > a {
|
.service > a {
|
||||||
|
|
Reference in New Issue
Block a user