style fix

This commit is contained in:
dev-chiefworks
2021-12-18 21:11:28 -05:00
parent 0e609c9484
commit 2ae0371369
6 changed files with 5 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

+1
View File
@@ -174,6 +174,7 @@ p {
.appie-section-title .appie-title {
font-size: 44px;
line-height: 54px;
color: #08538d;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.appie-section-title .appie-title {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

+1 -1
View File
@@ -13,7 +13,7 @@ function HeroHomeOne() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="appie-hero-content">
<span>Welcome To Appie</span>
<span>Welcome To WrenchBoard</span>
<h1 className="appie-title">
Manage it all, in this all new system.
</h1>
+3 -3
View File
@@ -15,7 +15,7 @@ function HomeOneHeader({ action }) {
<div className="col-lg-2 col-md-4 col-sm-5 col-6 order-1 order-sm-1">
<div className="appie-logo-box">
<a href="/">
<img src={logo} alt="" />
<img src={logo} alt="WrenchBoard" />
</a>
</div>
</div>
@@ -26,10 +26,10 @@ function HomeOneHeader({ action }) {
</div>
<div className="col-lg-4 col-md-7 col-sm-6 col-6 order-2 order-sm-3">
<div className="appie-btn-box text-right">
<a className="login-btn" href="#">
<a className="login-btn" href="https://dashboard.wrenchboard.com">
<i className="fal fa-user" /> Login
</a>
<a className="main-btn ml-30" href="#">
<a className="main-btn ml-30" href="https://dashboard.wrenchboard.com">
Get Started
</a>
<div