Small changes to the Summary Page
This commit is contained in:
@ -32,12 +32,33 @@ $white: #fff;
|
||||
}
|
||||
|
||||
.summary-fieldContainer {
|
||||
// width: 100%;
|
||||
// min-height: calc(100% - 250px);
|
||||
// height: auto;
|
||||
// background-color: transparent;
|
||||
// display: flex;
|
||||
// align-items: flex-start;
|
||||
// justify-content: center;
|
||||
// flex-wrap: wrap;
|
||||
|
||||
// below is taken from browse.scss
|
||||
width: 100%;
|
||||
min-height: calc(100% - 250px);
|
||||
min-height: calc(100% - 200px);
|
||||
height: auto;
|
||||
background-color: transparent;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
background-color: transparent;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.summary-iframe {
|
||||
// width: 400px;
|
||||
// height: 400px;
|
||||
min-height: 1px;
|
||||
background: transparent;
|
||||
margin: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user