Skip to content

Commit

Permalink
Merge pull request #568 from MaoSHYJ/fix-resposive
Browse files Browse the repository at this point in the history
Improved responsive in the website.
  • Loading branch information
LingDong- committed Jan 26, 2020
2 parents 0496c95 + 198aae3 commit 204a179
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions static/assets/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pre{
text-align: center;
top: 100px;
font-weight: 100;
width: 700px;
width: 80%;
margin: 100px auto;
padding: 20px;
border-left: 8px solid black;
Expand All @@ -48,6 +48,11 @@ pre{
#title2{
font-size: 20px;
}
@media (max-width: 720px) {
#title1{
font-size: 40px;
}
}
#content-box{
width: 100%;
background: white;
Expand All @@ -57,11 +62,12 @@ pre{
#content{
min-height: 1000px;
max-width: 980px;
min-width: 800px !important;
width: 100%;
margin: 0 auto;
padding: 10px;
padding-top: 50px;
line-height: 160%;
overflow-wrap: normal;
}
h1{
margin-top: 40px;
Expand Down

0 comments on commit 204a179

Please sign in to comment.