Make GitHub buttons functional in editor section

This commit is contained in:
Bartlomiej Pluta (PGS Software)
2018-03-20 14:13:33 +01:00
parent da1d79479f
commit 40284ed43f
2 changed files with 30 additions and 4 deletions

View File

@@ -21,4 +21,10 @@
.editor__github {
margin: 40px;
display: flex;
justify-content: center;
}
.editor__github-button {
margin: 7px;
}