mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-10 16:05:32 -04:00
more responsive width on blog posts
This commit is contained in:
+5
-17
@@ -468,12 +468,8 @@ body#notes {
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px 0;
|
padding: 20px 10%;
|
||||||
}
|
max-width: 1150px;
|
||||||
|
|
||||||
body#notes, body#notes div#single {
|
|
||||||
width: 700px;
|
|
||||||
max-width: 700px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body#notes a {
|
body#notes a {
|
||||||
@@ -492,7 +488,7 @@ body#notes a:hover {
|
|||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
body#notes {
|
body#notes {
|
||||||
padding: 20px;
|
padding: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#notes, body#notes div#single {
|
body#notes, body#notes div#single {
|
||||||
@@ -538,14 +534,6 @@ body#notes a:hover {
|
|||||||
body#notes div#content code {
|
body#notes div#content code {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#notes div#archive div.year div.date {
|
|
||||||
width: 25% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
body#notes div#archive div.year div.title {
|
|
||||||
width: 75% !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -803,13 +791,13 @@ body#notes div#archive div.year ul li+li {
|
|||||||
body#notes div#archive div.year div.date {
|
body#notes div#archive div.year div.date {
|
||||||
float: left;
|
float: left;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
width: 80px;
|
width: 100px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#notes div#archive div.year div.title {
|
body#notes div#archive div.year div.title {
|
||||||
float: left;
|
float: left;
|
||||||
width: 620px;
|
width: calc(100% - 100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user