Small css fixes

This commit is contained in:
aignatov-bio 2020-05-28 16:04:21 +02:00
parent 183f5af7de
commit 7f0d43209e
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@
@import "constants";
.protocol-description-content {
margin: 10px 0 20px 10px;
margin: 20px 0 20px 10px;
}
// Protocols index page

View file

@ -2,7 +2,9 @@
border: $border-default;
border-radius: $border-radius-default;
display: flex;
margin: 0 15px;
padding: 16px;
width: calc(100% - 30px);
.left-block {
align-items: center;