Skip to content

Commit

Permalink
fix(views): fix title offerta_formativa and padding
Browse files Browse the repository at this point in the history
Signed-off-by: arturu <[email protected]>
  • Loading branch information
arturu committed Mar 20, 2024
1 parent c5745df commit ecac98f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions composer.libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"type": "package",
"package": {
"name": "ouitoulia/skenografia-dist",
"version": "1.16.0",
"version": "1.16.1",
"type": "drupal-library",
"extra": {
"installer-name": "ouitoulia-skenografia"
},
"dist": {
"url": "https://github.com/ouitoulia/skenografia/releases/download/1.16.0/skenografia.zip",
"url": "https://github.com/ouitoulia/skenografia/releases/download/1.16.1/skenografia.zip",
"type": "zip"
}
}
Expand Down
4 changes: 2 additions & 2 deletions skenografia.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ base theme: bootstrap_italia
libraries:
# - skenografia/libraries-ui
# - skenografia/vanilla
# - skenografia/custom
- skenografia/cdn
- skenografia/custom
# - skenografia/cdn
# - skenografia/hot
# - skenografia/ddev
- bootstrap_italia/base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
</div>
</div>
<div class="col-md-8 col-lg-9 bg-bluelectric p-5">
{{ header }}
<div class="ps-lg-5">
{{ header }}
</div>
</div>
</div>
</header>
Expand Down Expand Up @@ -98,8 +100,8 @@
</div>
</div>

<div class="col-md-8 col-lg-9 p-4 bg-bluelectric ms-0 d-flex flex-column">
<div class="tab-content mb-5" id="{{ _id }}--content">
<div class="col-md-8 col-lg-9 bg-bluelectric ms-0 d-flex flex-column">
<div class="tab-content ps-lg-5 mb-5" id="{{ _id }}--content">
{{ rows }}
</div>
{% include '@bi-bcl/button/button.html.twig' with {
Expand Down

0 comments on commit ecac98f

Please sign in to comment.