Skip to content

Commit

Permalink
weds
Browse files Browse the repository at this point in the history
  • Loading branch information
asyapluggedin committed Feb 22, 2024
1 parent fd16fa6 commit 165dd2f
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 12 deletions.
8 changes: 4 additions & 4 deletions content/know/2022-08-18-everything-is-boring/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Body - Mind is an expression of Truth.
Music, entertainment, and socializing are healing economy models.
They do not have a "should quality and your soul is open to them.

| | medicine | wellness | the new economy ?? |
| | Medicine | Wellness | A new modality |
|:-------------------------|:----------------|:--------------------------------------------------|:--------------------------------------------|
| **identity** | individual | pluralistic global data point in a large database | spirit |
| **achievement** | systematization | access | integrated wisdom |
| **relationship to the body** | mechanical | purging trauma | maladaptive body patterns begin to dissolve |
| **Identity** | individual | pluralistic data point in global database | spirit |
| **Achievement** | systematization | access | integrated wisdom |
| **Relationship to Body** | mechanical | purging trauma | maladaptive body patterns begin to dissolve |
40 changes: 33 additions & 7 deletions sass/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,44 @@ article {
}
}
table {
margin: 1.25rem auto 0 auto;
width: 80%;
max-width: 80vw;
border-collapse: collapse;
//margin: 1.25rem auto 0 auto;
width: 100%;
max-width: 100vw;
color: var(--blogtext);
// border-collapse: collapse;
// table{border-spacing: 0}
//border-style: hidden; /* hide standard table (collapsed) border */
//box-shadow: 0 0 0 1px var(--blogtext);
-webkit-border-radius: 10px;
//border: 2px;
-moz-border-radius: 10px;
border-radius: 10px;
border-spacing: 0;
overflow-x: auto;
td,
th {
text-align: center;


td,th {
border: 1px solid $dark1;
background-color: var(--background);
padding: 5px 14px;
padding: 8px 10px;
margin: 0 auto;
vertical-align: center;
text-align: center;
}

tr:first-child th:last-child {
border-top-right-radius: 10px;
}
tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
}

pre {
margin-top: 1rem;
box-shadow: 2px solid;
Expand Down
2 changes: 1 addition & 1 deletion sass/know.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ body:not([data-theme="dark"]) > section a {
}
}


.tabcontent {
display: none;
}
Expand All @@ -70,7 +71,6 @@ table {
margin: 1rem auto;
border: 1px solid var(--foreground);
// border-top: none;
border-collapse: separate;
border-spacing: 0;
// table-layout: fixed;
width: 95%;
Expand Down
Binary file not shown.
Binary file added static/@fontsource/JJannon/JJannon Bold.otf
Binary file not shown.
Binary file not shown.
Binary file added static/@fontsource/JJannon/JJannon Book.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 165dd2f

Please sign in to comment.