aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-17 16:53:49 +0000
committerAkshay <[email protected]>2020-03-17 16:53:49 +0000
commit214e6cb76772989324be55c3ffa2d39dfa296295 (patch)
tree42648e31ff2dde5199c63eccda46966cbd077667 /docs/style.css
parent9227a05c650c12fb45d8cf6497165d2641335438 (diff)
new post: Font Size Fallacies
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/style.css b/docs/style.css
index e48188d..6f11bfa 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -27,7 +27,7 @@ body {
27} 27}
28 28
29html { 29html {
30 font-size: 18px; 30 font-size: 17px;
31} 31}
32 32
33table { 33table {
@@ -49,8 +49,8 @@ td {
49} 49}
50 50
51.posts { 51.posts {
52 width: 90%; 52 width: 97%;
53 max-width: 90%; 53 max-width: 650px;
54} 54}
55 55
56@media only screen and (min-width: 1080px) { 56@media only screen and (min-width: 1080px) {
@@ -64,7 +64,7 @@ td {
64 64
65@media only screen and (min-width: 1400px) { 65@media only screen and (min-width: 1400px) {
66 .posts { 66 .posts {
67 max-width: 700px; 67 max-width: 650px;
68 } 68 }
69 html { 69 html {
70 font-size: 18px; 70 font-size: 18px;
@@ -89,7 +89,9 @@ img {
89} 89}
90 90
91hr { 91hr {
92 color: var(--dark-white); 92 height: 2px;
93 background-color: var(--dark-white);
94 border: none;
93} 95}
94 96
95.date { 97.date {
@@ -111,10 +113,10 @@ hr {
111 color: var(--black) !important; 113 color: var(--black) !important;
112 background-color: var(--cyan); 114 background-color: var(--cyan);
113 font-size: 0.8rem; 115 font-size: 0.8rem;
114 padding: 0.5rem; 116 padding: 0.3rem 0.5rem;
115 margin: -0.5rem 0; 117 margin: -0.5rem 0;
116 border: 0px solid var(--dark-white); 118 border: 0px solid var(--dark-white);
117 border-radius: 0.4rem; 119 border-radius: 0.2rem;
118} 120}
119 121
120.intro { 122.intro {