Code widget not resposive

Hello,
I am on an older version of Blocs (I use it not often) and I have always had a small but annoying issue that I would like to solve.

I have built an home website showing the temperatures in the house and I have built it using code widgets with some php code.

It has always worked perfectly but the output of the php code is not responsive. The site is responsive but the output of the code widget isn’t. Please check:

This is not nice.

As I am not a CSS expert, can you please help making it responsive?

Thanks a lot,
Daniele

The code widget itself doesn’t make the code you put in it automatically responsive since it just outputs the code you put in there. You’d need to make use of media queries to have it do that.