You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime you may need to write HTML directly in the post page. Since not all of the HTML tags (e.g. `<div>`) are styled by this theme, there might be some unexpected layout arrangements.
301
+
This theme provides some CSS utilities to let you directly adjust those raw HTML tags. It's also viable to approach this via [Tailwindcss](https://tailwindcss.com) style.
302
+
303
+
Here are the CSS utilities class names. See their definitions in this file: [./packages/gatsby-theme-pitayan/src/assets/css/utilities.css](./packages/gatsby-theme-pitayan/src/assets/css/utilities.css)
304
+
305
+
- Post Width
306
+
- .mark-w-sm
307
+
- .mark-w-md
308
+
- .mark-w-lg
309
+
- .mark-w-2l
310
+
- Border
311
+
- .border-t-white
312
+
- .border-t-black
313
+
- .text-inverted
314
+
- .bg-inverted
315
+
- .border-inverted
316
+
297
317
## Adding Site Logo & Cover Image
298
318
299
319
It supports mainstream picture types such as `jpg` / `png` / `svg` etc.
0 commit comments