mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 18:31:53 +02:00
Don't center-align code within blocks
This commit is contained in:
parent
be435940ac
commit
60bdf84f37
3 changed files with 12 additions and 0 deletions
|
@ -4914,6 +4914,10 @@ body:has(#menu-controller:checked) {
|
||||||
|
|
||||||
/* Custom */
|
/* Custom */
|
||||||
|
|
||||||
|
pre {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
|
|
|
@ -339,6 +339,10 @@ body:has(#menu-controller:checked) {
|
||||||
|
|
||||||
/* Custom */
|
/* Custom */
|
||||||
|
|
||||||
|
pre {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
|
|
|
@ -5,6 +5,10 @@ description: "This is a demo of the Blowfish theme for Hugo."
|
||||||
|
|
||||||
This is a demo site built entirely using Blowfish. It also contains a complete set of [theme documentation]({{< ref "docs" >}}). Blowfish is flexible and is great for both static page-based content (like this demo) or a traditional blog with a feed of recent posts.
|
This is a demo site built entirely using Blowfish. It also contains a complete set of [theme documentation]({{< ref "docs" >}}). Blowfish is flexible and is great for both static page-based content (like this demo) or a traditional blog with a feed of recent posts.
|
||||||
|
|
||||||
|
```
|
||||||
|
var blowfish = require('blowfish');
|
||||||
|
```
|
||||||
|
|
||||||
<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
|
<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
|
||||||
<span class="flex items-center ltr:pr-3 rtl:pl-3 text-primary-400">
|
<span class="flex items-center ltr:pr-3 rtl:pl-3 text-primary-400">
|
||||||
{{< icon "triangle-exclamation" >}}
|
{{< icon "triangle-exclamation" >}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue