Skip to content

Commit

Permalink
Increase font-size and text align on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezanpour committed Aug 27, 2023
1 parent 2a6aba7 commit 06adba3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions css/ramezanpour.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
.container {
margin: 20px auto;
max-width: 768px;
font-family: Arial, Helvetica, sans-serif;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 110%;
}

a {
Expand Down Expand Up @@ -151,7 +153,6 @@ blockquote {
margin-bottom: 5px;
}


.home-sub-section .useful-links {
float: right;
width: 49.5%;
Expand All @@ -174,5 +175,11 @@ blockquote {
float: none;
display: block;
}
.content p,
.content ul,
.content ol,
.content .category-items,
.home .note p {
text-align: left;
}
}

0 comments on commit 06adba3

Please sign in to comment.