mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-15 13:10:59 +00:00
feat: Adjust the size of pythontutor blocks (#1036)
* Update the style of the python tutor blocks * Use pythontutor links instead of iframe in the documents
This commit is contained in:
@@ -206,3 +206,13 @@ body {
|
||||
.md-typeset summary:before {
|
||||
width: 1.25em;
|
||||
}
|
||||
|
||||
.pythontutor-iframe {
|
||||
width: 125%;
|
||||
height: 125%;
|
||||
max-width: 125% !important;
|
||||
max-height: 125% !important;
|
||||
transform: scale(0.8);
|
||||
transform-origin: top left;
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user