File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 <div class =" blog-about-author" >
5656 <h3 class =" blog-about-title" >About {{ site .authorFullName }} </h3 >
5757 <div class =" blog-about-inner" >
58- <img src =" {{ '/images/hero-profile .png' | url | absoluteUrl }}" alt =" {{ site.authorFullName }}" class =" blog-about-photo" width =" 80" height =" 80" >
58+ <img src =" {{ '/images/self/ hero-darian .png' | url | absoluteUrl }}" alt =" {{ site.authorFullName }}" class =" blog-about-photo" width =" 80" height =" 80" >
5959 <div class =" blog-about-text" >
6060 <p >{{ site .authorBioShort }} </p >
6161 <a href =" {{ site.github }}" target =" _blank" rel =" noopener noreferrer" aria-label =" GitHub" >GitHub</a >
Original file line number Diff line number Diff line change @@ -143,7 +143,10 @@ a:hover {
143143 transform : translateY (-1px );
144144}
145145
146- @media (max-width : 600px ) {
146+ @media (max-width : 768px ) {
147+ .nav-links {
148+ display : none;
149+ }
147150 .nav-cta {
148151 display : none;
149152 }
@@ -279,6 +282,7 @@ a:hover {
279282@media (max-width : 900px ) {
280283 .hero-grid {
281284 grid-template-columns : 1fr ;
285+ height : auto;
282286 min-height : auto;
283287 }
284288}
@@ -1087,6 +1091,10 @@ body.page-blog .footer-col {
10871091 .blog-layout {
10881092 grid-template-columns : 1fr ;
10891093 }
1094+ .blog-sidebar {
1095+ position : static;
1096+ width : 100% ;
1097+ }
10901098}
10911099
10921100.blog-sidebar {
You can’t perform that action at this time.
0 commit comments