This commit is contained in:
Kenneth Jannette
2024-03-09 08:22:11 -06:00
parent f6da085928
commit e354515255
6 changed files with 50 additions and 47 deletions

View File

@@ -426,6 +426,7 @@
.reqedit-report-container {
width: 90%;
margin-top: -20px;
margin-left: 16px;
}
.docedit-report-link {
font-size: 0.95rem;
@@ -441,7 +442,7 @@
min-width: 700px;
display: flex;
flex-direction: row;
margin: 16px 0px;
margin: 16px 0px 8px 0px;
}
@media only screen and (max-width: 1140px) {

View File

@@ -41,8 +41,7 @@ ul.navbar-nav {
section.section-1:before {
content: "";
background: url("../Assets/Images/overlayFlipSmall.png") no-repeat fixed 0%
290px;
background: url("../Assets/Images/overlayFlip.png") no-repeat fixed 10% 115px;
background-attachment: local;
position: absolute;
top: 0;
@@ -132,26 +131,38 @@ section.section-1 {
max-width: 370px;
line-height: 29px;
text-align: justify;
margin-top: -8px;
}
h1.heading-1 {
color: #fff;
font-family: Roboto;
font-size: 40px;
font-size: 54px;
font-style: normal;
font-weight: 500;
line-height: 52px; /* 140.625% */
margin-bottom: 1rem !important;
margin-bottom: 0px !important;
}
h1.heading-2 {
color: #fff;
font-family: Roboto;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 52px; /* 140.625% */
margin-bottom: 0px !important;
}
p.text-block-1 {
color: #fff;
font-family: Roboto;
font-size: 28px;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 29.756px; /* 123.983% */
width: 525.308px;
width: 525px;
margin-top: 28px;
}
.try-it-button-box {