This commit is contained in:
Pupil
2020-02-04 14:47:54 +09:00
parent b7c6735975
commit 95922b1fce
5 changed files with 63 additions and 10 deletions

View File

@@ -10,6 +10,21 @@ img + br + em {
}
.center {
display: block;
margin: auto;
display: block;
margin: auto;
}
.wrap {
display: flex;
justify-content: center;
align-items: center;
}
.wrap > * {
margin: 0 1rem;
}
.fab, .fas {
font-size: 32px;
color: white;
}