feat: Add padding to iframe content
This commit is contained in:
@@ -346,3 +346,8 @@ AN Cards
|
|||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Embedding Specifics */
|
||||||
|
.embed-main-content {
|
||||||
|
padding: 20px 10px 20px 10px;
|
||||||
|
}
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="">
|
<div class="embed-main-content">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user