diff --git a/landing-page/src/html/index.html b/landing-page/src/html/index.html index fc20db92f..2bcbca48c 100644 --- a/landing-page/src/html/index.html +++ b/landing-page/src/html/index.html @@ -33,6 +33,22 @@ } +table td.borderCls { + position: relative; +} + +table td.borderCls:after { + position: absolute; + border-right: 1px solid grey; + content: ""; + top: 10%; + bottom: 10%; + right: -1px; +} + +/*table td.borderCls { + border-right: 1px solid grey; +}*/ p { font-size: 16px; @@ -58,6 +74,11 @@ margin-bottom: 10px; } +.headSize { + text-align: center; +} + + @media (min-width: 1024px) { h1 { font-size: 40px; @@ -658,10 +679,11 @@
Eligible event is open. +
+ |
+ Homeowner or Residential TenantIf you are a homeowner or residential tenant, you may submit an application by selecting this button and signing in with BC Service Card:
@@ -672,7 +694,8 @@
Disaster Financial Assistance (DFA) |
- If you are a small business, farm, or charitable organization, you may submit an application by selecting this button and signing in with BCeID: +Small Business, Farm, or Charitable Organization+If you are a small business (including landlords), farm, or charitable organization, you may submit an application by selecting this button and signing in with BCeID:
diff --git a/landing-page/src/html/prod-index.html b/landing-page/src/html/prod-index.html
index f38a13dcb..98dd9e99a 100644
--- a/landing-page/src/html/prod-index.html
+++ b/landing-page/src/html/prod-index.html
@@ -33,6 +33,22 @@
}
+table td.borderCls {
+ position: relative;
+}
+
+table td.borderCls:after {
+ position: absolute;
+ border-right: 1px solid grey;
+ content: "";
+ top: 10%;
+ bottom: 10%;
+ right: -1px;
+}
+
+/*table td.borderCls {
+ border-right: 1px solid grey;
+}*/
p {
font-size: 16px;
@@ -58,6 +74,11 @@
margin-bottom: 10px;
}
+.headSize {
+ text-align: center;
+}
+
+
@media (min-width: 1024px) {
h1 {
font-size: 40px;
@@ -658,10 +679,11 @@ Disaster Financial Assistance (DFA)
- Eligible event is open. +
|