@asd20/ui 3.2.755 → 3.2.756

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.755",
8
+ "version": "3.2.756",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -662,6 +662,11 @@ export default {
662
662
  width: 100%;
663
663
  padding: 0 0 3rem 0;
664
664
  }
665
+ .asd20-school-details__leadership {
666
+ .asd20-list-item--align-top {
667
+ align-items: center;
668
+ }
669
+ }
665
670
  h2 {
666
671
  color: asd20-swatch('primary');
667
672
  font-size: 1.25rem;
@@ -775,7 +780,7 @@ export default {
775
780
  &__primary-content {
776
781
  padding: space(2);
777
782
  .primary-section {
778
- width: 31%;
783
+ width: 30%;
779
784
  padding: 0 1vw 3rem 1vw;
780
785
  }
781
786
  }