Refine design

This commit is contained in:
2020-03-03 16:57:37 +00:00
parent c4b1e309c4
commit f9e1f61d06
8 changed files with 32 additions and 24 deletions

View File

@@ -1,9 +1,16 @@
/* centre contents vertically */
.article-section-header {
min-height: 100px;
display: flex;
align-items: center;
}
/* place button on right */
.article-section-header button {
display: inline;
padding: 5px 14px;
position: relative;
float: right;
margin-left: auto;
top: 3.5px;
}