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