Skip to content

Commit

Permalink
saqib.bio: Style social links
Browse files Browse the repository at this point in the history
  • Loading branch information
Saqibadnan0011 committed Mar 18, 2024
1 parent 9ee458b commit c5b7461
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,24 @@ body {
grid-template-columns: 1fr;
padding-top: 20px;
padding-left: 0px;
width: 75%;
float: right;

}

.body-div {
row-gap: 10px;
column-gap: 10px;
display: grid;
grid-template-columns: 1fr;
padding-top: 20px;
padding-left: 0px;
width: 25%;
float: left;


}

/* Github styling */

.github-container {
Expand Down

0 comments on commit c5b7461

Please sign in to comment.