Hi, I just set up my blog. In one post I used Github’s gist to embed some code and something strange has happened. Please have a look this post:
https://beingsilicon.com/how-to-enable-monitor-mode-on-raspberry-pi-s-internal-wi-fi-chip/
Hi, I just set up my blog. In one post I used Github’s gist to embed some code and something strange has happened. Please have a look this post:
https://beingsilicon.com/how-to-enable-monitor-mode-on-raspberry-pi-s-internal-wi-fi-chip/
The issue is its out of the container?
If so you need to fix that with css…
Basic css fix add it to Code injection > Site Head
<style>
.oembed-gist {
padding: 0 170px;
max-width: 1040px;
}
</style>
Remember you need to add some fixes for mobile screens as well with media query
Yes.
See the above css fix
Oh. I’m not much into coding. Anyways, I’ll try the fix.
Can you please elaborate how I can apply this fix for mobile screens?