layout fixes
This commit is contained in:
parent
3027772d22
commit
d6843d4ec8
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,7 @@ main {
|
|||
}
|
||||
|
||||
.service {
|
||||
flex-basis: 20vw;
|
||||
margin: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -56,6 +57,7 @@ main {
|
|||
max-width: 100%;
|
||||
filter: grayscale(100%);
|
||||
image-rendering: crisp-edges;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.service .label h3 {
|
||||
|
@ -64,6 +66,7 @@ main {
|
|||
}
|
||||
|
||||
.service .label .description {
|
||||
font-size: 10pt;
|
||||
margin: 0;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue