diff --git a/css/contracts.css b/css/contracts.css index 43c5cb0..cc4ffac 100644 --- a/css/contracts.css +++ b/css/contracts.css @@ -5,9 +5,35 @@ } .contracts { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + height: 50%; + width: 50%; + overflow-y: scroll; +} + +.contract-screen +{ + width: 100%; + height: 100%; + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; +} + + +.screen-img { + z-index: -1; position: absolute; - top: 25%; - left: 30%; + top: 10%; + height: 80%; + bottom: 1%; + right: 20%; + left: 20%; + width: 60%; } .card-body{ margin-left: 50px; diff --git a/css/global.css b/css/global.css index f790fa6..a867acc 100644 --- a/css/global.css +++ b/css/global.css @@ -36,14 +36,11 @@ select { color: var(--text-color); } -#block-content{ +.block-content{ margin: 0; padding: 0; width: 100%; height: 100vh; - background-repeat: no-repeat; - background-size: cover; - overflow: hidden; } .modal-disable::backdrop { diff --git a/html/template.html b/html/template.html index 6a3c791..c4b1588 100644 --- a/html/template.html +++ b/html/template.html @@ -7,5 +7,5 @@