Change borders for iframes

This commit is contained in:
Joshua Goins 2022-11-07 08:50:07 -05:00
parent 6382394ae2
commit ce8f459cbf

View file

@ -210,3 +210,7 @@ table {
h2 {
margin-top: 0.2em;
}
iframe {
border: 1px solid gray;
}