center alignment of resolving text

This commit is contained in:
ntr
2019-11-08 09:59:42 +11:00
parent ff8e3aaa71
commit 00b32b38a3
2 changed files with 11 additions and 6 deletions
+5 -1
View File
@@ -252,12 +252,16 @@
grid-area: target;
text-align: center;
align-self: center;
height: auto;
// height: auto;
svg {
display: inline;
height: 1em;
margin-right: 0.1em
}
display: flex;
flex-flow: column;
justify-content: center;
}
.skill-description {