Skip to content

Commit

Permalink
Removed unecessary margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakim-0 committed Mar 8, 2024
1 parent 78eb8af commit 76c74b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,9 @@ body,
width: 100%;
box-sizing: border-box;
padding-left: 6rem;
font-family: Raleway, sans-serif;
font-weight: 800;
font-size: 36px;
}

.about-me {
Expand Down Expand Up @@ -1145,9 +1148,7 @@ body,
max-height: auto;
}
}
body {
margin: 20px;
}

.logo img{
max-width: 15%;
max-height: auto;
Expand Down
2 changes: 1 addition & 1 deletion gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<div id="team" class="text-center" style="overflow-x: hidden; padding: 0 0">
<div class="section-title title-banner">
<h2>Gallery</h2>
</div>
</div>
<div class="container">
<!-- <div class="col-md-8 col-md-offset-2 section-title">
<h2>Gallery</h2>
Expand Down
2 changes: 1 addition & 1 deletion publication.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h2>Publications</h2>

<section id="portfolio" class="portfolio">
<div class="container">
<ul style="margin-top: 0px; margin-bottom: 30px" class="col-md-15">
<ul style="margin-top: 0px; margin-bottom: 30px;" class="col-md-15">
<li style="padding: 15px" class="col-md-3">
<a data-toggle="tab" href="#menu1"
><button class="btn btn-custom btn-lg" style="width: 100%">
Expand Down
2 changes: 1 addition & 1 deletion team.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

<!-- Team Section -->
<div id="team" class="text-center">
<div class="title-banner section-title">
<div class="title-banner section-title" style="margin-right: -2rem;">
<div>
<h2>Our Team</h2>
<!-- <p>Not just a team; We are a family...<br>The strength of the team is each individual member.</p> -->
Expand Down

0 comments on commit 76c74b5

Please sign in to comment.