Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIx: Benefits of Yoga Image Not Rendering and Font Size Too Large #630

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion css/yoga.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,12 @@ header {
}

.bfit img{
height: 25rem;
width: 35%;
max-width: 450px;
margin: 0 auto;
margin-top : 70px;
margin-left : 20px;
border-radius: 30px;
}

.btext{
Expand Down
9 changes: 7 additions & 2 deletions html/yogatherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<link rel="stylesheet" href="../css/yoga.css" />
<title>Sukoon - Yoga Therapy</title>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<style>
h3{
font-size: 26px;
}
</style>
</head>

<body onload="myfunction()" id="main">
Expand Down Expand Up @@ -95,8 +100,8 @@ <h1 data-aos="fade-up" data-aos-duration="800" >Yoga Enhances Your Life</h1>
<h1><strong>Benefits of Yoga</strong></h1>
</div>
<div class="bfit">
<img src="https://preview.colorlib.com/theme/yogabest/images/xabout.png.pagespeed.ic.H7uxRdWOgu.webp"
width="700" height="600">
<img src="https://tse1.mm.bing.net/th/id/OIP.YlFcBiHeMZQVK9v9ncobMQHaHR?w=626&h=615&rs=1&pid=ImgDetMain"
>
<ul class="btext">
<li class="yoga-text"><h3>• </h3><h3>Yoga benefits in <strong>weight loss</strong></h3></li>
<li class="yoga-text"><h3>• </h3><h3>Yoga is one of the best solutions for <strong>stress relief</strong></h3></li>
Expand Down