Skip to content

Commit 5164c51

Browse files
authored
Home page text aligned properly.
Text on Home page was not aligned properly when the user access in mobile phone. I've used % instead of px.
1 parent 8d96491 commit 5164c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<div class="overlay"></div>
208208
<div class="container">
209209
<div class="col-md-9">
210-
<div class="content section-padding valign" style="margin-left: 100px; margin-top: 50px;">
210+
<div class="content section-padding valign" style="margin-left: 10%; margin-top: 50px;">
211211
<div class="caption">
212212
<h2>Hi, I'm <span class="teal">Varad Bhogayata.</span></h2>
213213
<h5 style="color:#fff">A <span class="typing" style="font-weight: 300; color:#004d40"></span></h5>
@@ -907,4 +907,4 @@ <h3 class="page-title white-text teal">Contact</h3>
907907
</script>
908908
</body>
909909

910-
</html>
910+
</html>

0 commit comments

Comments
 (0)