Skip to content

Commit

Permalink
border-radius & margin on article box
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanonymous-GitHub committed Mar 23, 2020
1 parent b6f8db4 commit 30bee30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website-new/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ html, body {
position: relative;
margin: 20px auto;
padding: 0 0 20px;
width: 80%;
width: 85%;
height: 90%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
Expand Down Expand Up @@ -195,6 +195,7 @@ html, body {
position: -webkit-sticky;
background-color: white;
line-height: 1.5;
border-radius: 10px;
}

#article-container .article {
Expand Down

0 comments on commit 30bee30

Please sign in to comment.