mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-17 14:19:05 +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";
|
@import "constants";
|
||||||
|
|
||||||
.protocol-description-content {
|
.protocol-description-content {
|
||||||
margin: 10px 0 20px 10px;
|
margin: 20px 0 20px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Protocols index page
|
// Protocols index page
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,9 @@
|
||||||
border: $border-default;
|
border: $border-default;
|
||||||
border-radius: $border-radius-default;
|
border-radius: $border-radius-default;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin: 0 15px;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
width: calc(100% - 30px);
|
||||||
|
|
||||||
.left-block {
|
.left-block {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue