mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 06:35:58 +08:00
Small css fixes
This commit is contained in:
parent
183f5af7de
commit
7f0d43209e
2 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
@import "constants";
|
||||
|
||||
.protocol-description-content {
|
||||
margin: 10px 0 20px 10px;
|
||||
margin: 20px 0 20px 10px;
|
||||
}
|
||||
|
||||
// Protocols index page
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue