Align to the left and under the arrow

This commit is contained in:
carmenmaymo 2025-01-27 11:50:51 +01:00
parent 36d669c3a6
commit 904be9c0cc
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
.ppcp-r {
&-container {
max-width: var(--max-container-width, none);
margin-left: auto;
margin-right: auto;
}

View file

@ -3,8 +3,8 @@
--wp-admin-border-width-focus: 3px;
max-width: var(--max-container-width);
margin: 0 auto;
transition: max-width 0.2s;
padding:0 35px;
.components-tab-panel__tabs {
box-shadow: 0 -1px 0 0 $color-gray-400 inset;