feature: page about

This commit is contained in:
gaelle morin
2020-12-09 13:55:06 +01:00
parent 81a4c70b45
commit cc6d347172
5 changed files with 28 additions and 15 deletions

View File

@ -19,6 +19,7 @@ a {
&.button {
padding: 7.5px 20px;
border-radius: 16.5px;
text-decoration: none;
&.rounded {
border-radius: 50%;

View File

@ -32,7 +32,6 @@
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
/* opacity: .8; */

View File

@ -10,4 +10,7 @@
&.float-right {
float: right;
}
&.center {
margin: 0 auto;
}
}