Tiny tweaks

This commit is contained in:
Zach Leatherman 2023-01-23 11:37:54 -06:00
parent e6dc55c4df
commit 8f38952e47
3 changed files with 23 additions and 14 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2018 Zach Leatherman @zachleat Copyright (c) 20172023 Zach Leatherman @zachleat
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -10,21 +10,10 @@ Leverage agile frameworks to provide a robust synopsis for high level overviews.
## Code ## Code
### Unstyled
```
// this is a command
function myCommand() {
let counter = 0;
counter++;
}
// Test with a line break above this line.
console.log('Test');
```
### Styled (with Syntax) ### Styled (with Syntax)
Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
```js ```js
// this is a command // this is a command
function myCommand() { function myCommand() {
@ -36,8 +25,21 @@ function myCommand() {
console.log('Test'); console.log('Test');
``` ```
### Unstyled
Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
```
// this is a command
function myCommand() {
let counter = 0;
counter++;
}
// Test with a line break above this line.
console.log('Test');
```
## Section Header ## Section Header
Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line. Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.

View File

@ -105,6 +105,12 @@ header:after {
clear: both; clear: both;
} }
.links-nextprev {
list-style: none;
border-top: 1px dashed var(--color-gray-20);
padding: 1em 0;
}
table { table {
margin: 1em 0; margin: 1em 0;
} }
@ -219,6 +225,7 @@ header {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
text-transform: capitalize; text-transform: capitalize;
font-style: italic;
} }
.postlist-item > .post-tag { .postlist-item > .post-tag {
align-self: center; align-self: center;