Skip to content

Commit

Permalink
mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zapobyte committed Nov 26, 2023
1 parent b3adfea commit 7483133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

</header>
<main class="container">
<div class="first-page align-items-center row py-4 vh-100">
<div class="first-page align-items-center row py-4 min-vh-100 ">
<div class="col-12">
<div class="wrapper text-white">
<span>Forging the Future of </span>
Expand All @@ -73,7 +73,7 @@
</div>
</div>
</div>
<div class="row align-items-center vh-100 py-4 justify-content-center" id="aboutus">
<div class="row align-items-center min-vh-100 py-4 justify-content-center" id="aboutus">
<div class="col-md-6 col-12 text-white align-items-center justify-content-center">
<h1 class="text-white pb-4">About Us</h1>
<p>Step into the digital forge of innovation at ByteForge Software, where we seamlessly meld creativity and code to craft bespoke software experiences. Like skilled blacksmiths of the digital realm, our team forges powerful solutions that stand the test of the online fires. From the sparks of idea to the tempered reality of a flawless product, ByteForge Software hammers out excellence in every line of code. Whether you need a robust web application or an elegant website, we specialize in the art of software craftsmanship. </p>
Expand All @@ -82,7 +82,7 @@ <h1 class="text-white pb-4">About Us</h1>
<img class="img-fluid" src="/aboutus.svg" />
</div>
</div>
<div class="row w-100 vh-100 align-items-center g-4" id="wwd">
<div class="row w-100 min-vh-100 align-items-center g-4" id="wwd">
<div class="col-12 col-md-6">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner p-1">
Expand Down

0 comments on commit 7483133

Please sign in to comment.