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 {
|
.service {
|
||||||
|
flex-basis: 20vw;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -56,6 +57,7 @@ main {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
image-rendering: crisp-edges;
|
image-rendering: crisp-edges;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service .label h3 {
|
.service .label h3 {
|
||||||
|
@ -64,6 +66,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.service .label .description {
|
.service .label .description {
|
||||||
|
font-size: 10pt;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue