Skip to content

Commit

Permalink
fixed text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Sep 21, 2023
1 parent 30fa145 commit ec2f8ff
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,11 @@
<div class="container">
<div class="row justify-content-center mt-5">
<div class="col-lg-7 col-md-7 text-center">
<img src="images/prism-library-logo.jpg" class="img-fluid" style="max-height: 400px"
alt="Prism Library">

<img src="images/prism-library-logo.jpg" class="img-fluid" style="max-height: 400px"alt="Prism Library">
<div class="title-heading mt-0 mt-md-5 mt-4 mt-sm-0 pt-2 pt-sm-0">
<h1 class="heading mb-3">#1 Application Framework for <span class="element text-primary"
data-elements="MAUI, WPF, Xamarin.Forms, Uno"></span></h1>
<p class="para-desc text-muted">The Prism Library is a framework for building loosely coupled,
modular, maintainable, and testable XAML applications</p>
<h1 class="heading mb-0">#1 Application Framework for</h1>
<h1 class="heading mb-3"><span class="element text-primary" data-elements="MAUI, WPF, Xamarin.Forms, Uno Platform"></span></h1>
<p class="text-muted">The Prism Library is a framework for building loosely coupled, modular, maintainable, and testable XAML applications</p>
<div class="mt-4 pt-2">
<a href="https://github.com/PrismLibrary/Prism"
class="btn btn-outline-primary mt-2 mr-2"><span class="github">View on GitHub</span></a>
Expand Down

0 comments on commit ec2f8ff

Please sign in to comment.