Skip to content

Commit 4e2f40a

Browse files
lamATnginxnginx-jack
authored andcommitted
fix: broken N4A cost calculator formatting
1 parent 56e2ba5 commit 4e2f40a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

assets/css/f5-hugo.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,4 +1675,35 @@ div.QSIUserDefinedHTML * {
16751675
.qualtrics-feedback {
16761676
visibility: hidden;
16771677
}
1678+
1679+
body {
1680+
visibility: hidden;
1681+
height: 0;
1682+
}
1683+
1684+
footer {
1685+
display: none;
1686+
}
1687+
1688+
#calculator {
1689+
visibility: visible;
1690+
position: absolute;
1691+
top: 20px;
1692+
1693+
margin: 0 auto;
1694+
1695+
width: 100%;
1696+
}
1697+
1698+
#calculator h3#calculator-section-heading {
1699+
justify-content: left;
1700+
}
1701+
1702+
#calculator h3#calculator-section-heading button {
1703+
visibility: hidden;
1704+
}
1705+
1706+
#calculator-section-heading::before {
1707+
content: "NGINX as a Service for Azure\00a0"
1708+
}
16781709
}

0 commit comments

Comments
 (0)