Skip to content

Commit

Permalink
Improve Resposiveness in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshin021 committed Oct 23, 2023
1 parent e9fb48b commit 0a8320f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2>Is it free to use?</h2><br>
</div>

<div class="wr">
<p> HACKTOBERFEST!!</p>
<p class="wr-head"> HACKTOBERFEST!!</p>
<p>Hacktoberfest is DigitalOcean’s annual event that encourages people to contribute to open source
throughout October. Much of modern tech infrastructure-including some of DigitalOcean’s own
products-relies on open-source projects built and maintained by passionate people who often don’t have
Expand Down
32 changes: 32 additions & 0 deletions abt.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,36 @@ nav.stroke ul li a:hover:after {
width:21.4rem;
margin-top: 1rem;
}

.l-container{
display: flex;
flex-direction: column;
}

.mainpic1 {
width: 80vw;
margin: 48px auto;
}

.l-container{
display: flex;
flex-direction: column;
text-align: center;
margin:0 5%;
min-width: 330px;
}

.mainpic1 {
width: 95%;
margin: 48px auto;
}

.wr {
margin: 1rem;
text-align: center;
}

.wr-head{
font-size: 1.3rem;
}
}

0 comments on commit 0a8320f

Please sign in to comment.