diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-09-21 10:34:58 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-09-21 13:36:41 +0200 |
commit | 5773cb877aa11595794d572e712844a19f469385 (patch) | |
tree | 2e9d481121d8aab2a68ee33a6418b46e3b57d69d /3rd_party | |
parent | 8c1c7386d1b7e58f62e510655e08b76571ba13a6 (diff) |
Decreasing font size of OVP web portal heading
Decreasing the font size of the main heading on Bradon's request.
Change-Id: Ie0498f0ebb1c85f6ea73b4230d72715f717f4ae3
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to '3rd_party')
-rw-r--r-- | 3rd_party/static/testapi-ui/components/home/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rd_party/static/testapi-ui/components/home/home.html b/3rd_party/static/testapi-ui/components/home/home.html index 2ddf841..255d8aa 100644 --- a/3rd_party/static/testapi-ui/components/home/home.html +++ b/3rd_party/static/testapi-ui/components/home/home.html @@ -147,7 +147,7 @@ <div class="col-md-10"> <div class="common-main-container"> <div class="home-content-title"> - <h1>OPNFV Verified Program verifies products and services with the "OPNFV Verified" mark.</h1> + <h2>OPNFV Verified Program verifies products and services with the "OPNFV Verified" mark.</h2> </div> <div class="home-content"> <div class="col-md-2"> |