Skip to content

Commit

Permalink
about company page padding
Browse files Browse the repository at this point in the history
  • Loading branch information
FeSuert committed Aug 2, 2023
1 parent 381c2b5 commit 7a46ab9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
padding-left: 10%;
padding-right: 10%;
display: flex;
flex-direction: column;
}

#about-us-container h1{
Expand Down Expand Up @@ -91,6 +90,7 @@ img.about-image-icon{
}

a.contact-us {
margin-left: 300px;
background-color: white;
color: #25a78e;
padding: 1em 1.5em; /* Adjusted size */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,21 @@ <h1 class="about-us-header">Let‘s shape the Future of Learning together and un
</ol>

</div>

<div class="custom-container">
<ul>
<h1 class="about-us-header2">What can we do for you?</h1>
<li class="about-us-p">Expertise in learning software development and configuration</li>
<li class="about-us-p">Elevate user experience and web design to captivate your learners</li>
<li class="about-us-p">Maximize your e-commerce potential through seamless integration</li>
<li class="about-us-p">Seamlessly integrate with third-party systems like DMS, ERP, and Salesforce</li>
<li class="about-us-p">Design captivating and impactful course content</li>
</ul>
<div class="continue-button">
<a href="/contact" class="contact-us">Contact us</a>
</div>
</div>
</div>
</section>
<div class="custom-container">
<section id="about-us-container">
<ul>
<h1 class="about-us-header2">What can we do for you?</h1>
<li class="about-us-p">Expertise in learning software development and configuration</li>
<li class="about-us-p">Elevate user experience and web design to captivate your learners</li>
<li class="about-us-p">Maximize your e-commerce potential through seamless integration</li>
<li class="about-us-p">Seamlessly integrate with third-party systems like DMS, ERP, and Salesforce</li>
<li class="about-us-p">Design captivating and impactful course content</li>
</ul>
<div class="continue-button">
<a href="/contact" class="contact-us">Contact us</a>
</div>
</section>
</div>
</main>

0 comments on commit 7a46ab9

Please sign in to comment.