Skip to content

Commit

Permalink
Fix image sizes + minor text formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed Dec 22, 2023
1 parent 006e7b9 commit d92012f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ body {
margin: 0%;
}

img {
width: 100%;
}

header {
border-bottom: 1px solid #222;
margin-bottom: 1rem;
Expand Down Expand Up @@ -164,4 +168,5 @@ main .home-el:first-child::before {
main h1 {
font-family: NeueWorld-Bold;
font-size: 5ch;
}
}

3 changes: 2 additions & 1 deletion content/posts/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ I tried doing that in [a (now archived) repository](https://github.com/blyxyas/c

To use `perf`, a machine must have `kernel.perf_event_paranoid` set to 1 or less in `/etc/sysctl.conf`. If that's not set, you'll get this error:

```
```text
Error:
Access to performance monitoring and observability operations is limited.
Consider adjusting /proc/sys/kernel/perf_event_paranoid setting to open
Expand Down Expand Up @@ -112,6 +112,7 @@ h2:hover {

.disclaimer-embark img {
opacity: .3;
width: 40%;
}

</style>
Expand Down

0 comments on commit d92012f

Please sign in to comment.