1diff --git a/config.toml b/config.toml
2index 48c278a3d2a81d0e26417f2d88ac2af360ba71c4..6134ad40af60fd9e7591cc63ac645d417cb0b3b4 100644
3--- a/config.toml
4+++ b/config.toml
5@@ -4,9 +4,9 @@ title = "Yet Another Blog"
6 theme = "flamingo"
7 staticDir = ['static']
8
9-[author]
10- name = "Gabriel A. Giovanini"
11- email = "mail@gabrielgio.me"
12+[params]
13+ author="Gabriel A. Giovanini"
14+ description="A gathering of information about some things I do on my spare time."
15
16 [markup]
17 defaultMarkdownHandler = "goldmark"
18diff --git a/content/posts/2022-12-10-alpine-setup.md b/content/posts/2022-12-10-alpine-setup.md
19index 1fa9027833b2d0631f77141e7adf7fd54de9a44b..1b3371b16bbe08e876b6b5473cd3585d3546c48b 100644
20--- a/content/posts/2022-12-10-alpine-setup.md
21+++ b/content/posts/2022-12-10-alpine-setup.md
22@@ -99,7 +99,7 @@ ```
23
24 Then run `apk update` and you will see the both repositories printed out.
25
26-Now we will install the necessary drivers for `xorg` to run properly. Firs
27+Now we will install the necessary drivers for xorg to run properly. Firs
28 search for all video drivers `apk search xf86-video*` and install whatever you
29 have for you computer (in my case `apk add apk add xf86-video-amdgpu`)
30
31diff --git a/themes/flamingo/assets/scss/_mobile_view.scss b/themes/flamingo/assets/scss/_mobile_view.scss
32index 25cb052b5f6291a3796382f14dccbb944d68df70..5d39c0bd1660eb2469479c44f41cf01289db5807 100644
33--- a/themes/flamingo/assets/scss/_mobile_view.scss
34+++ b/themes/flamingo/assets/scss/_mobile_view.scss
35@@ -191,7 +191,7 @@ .highlight {
36 @include full-width-mobile
37 pre {
38 line-height: 1.2rem;
39- border: 1px solid #ddd;
40+ border: 1.5px dashed;
41 border-radius: 5px;
42 overflow: auto;
43 padding: $horizontal-layout-padding;
44@@ -204,6 +204,12 @@ .token.comment {
45 font-style: italic;
46 }
47 }
48+}
49+
50+p code {
51+ border: 1px dashed;
52+ border-radius: 5px;
53+ padding: 1px;
54 }
55
56 // Style blockquotes