Initial commit
This commit is contained in:
16
src/Pages/ExperimentsPage/ExperimentPage.css
Normal file
16
src/Pages/ExperimentsPage/ExperimentPage.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.ExperimentPage {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.experimentButtons {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
flex-direction: row;
|
||||
justify-content: right;
|
||||
width: fit-content;
|
||||
margin-left: auto;
|
||||
flex-wrap: nowrap;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user