Skip to content

Commit

Permalink
Change: display div margin in main for all
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreepCode committed May 22, 2023
1 parent 8bc4301 commit bf4b77c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 20 deletions.
5 changes: 0 additions & 5 deletions static/css/about.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#about_me {
margin-top: 2vh;
padding-top: 4vh;
}

#about_me #logo{
margin-right: 15px;
float: left;
Expand Down
5 changes: 0 additions & 5 deletions static/css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@
font-weight: bold;
}

#blog_section {
margin: 2vh 0px;
padding: 4vh 0px !important;
}

#blogs {
columns: 2;
}
Expand Down
5 changes: 0 additions & 5 deletions static/css/index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#work {
margin: 2vh 0px;
padding: 4vh 0px !important;
}

#forks {
margin: 2vh 0px;
padding: 4vh 0px !important;
Expand Down
15 changes: 10 additions & 5 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ body {
font-family: "Questrial", sans-serif;
}

#display > div {
margin: 2vh 0px;
padding: 4vh 0px !important;
}

.emoji {
width: 18px;
height: 18px;
Expand Down Expand Up @@ -86,29 +91,29 @@ body {
width: 100%;
}

#about {
#profile {
font-size: 18px;
font-family: "Questrial", sans-serif;
}

#about a,
#profile a,
#username a {
color: #fff !important;
text-decoration: none;
font-weight: bold;
}

#about a:hover,
#profile a:hover,
#username a:hover {
text-decoration: underline;
}

#about span {
#profile span {
margin: 1vh 0px;
display: block;
}

#about span i {
#profile span i {
font-size: 16px;
}

Expand Down

0 comments on commit bf4b77c

Please sign in to comment.