mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Make homepage site summary items responsive
This commit is contained in:
parent
55be8f3763
commit
318d3d81a9
@ -33,6 +33,7 @@ Changelog
|
||||
* Set default submit button label on generic create views to 'Create' instead of 'Save' (Matt Westcott)
|
||||
* Improve display of image listing for long image titles (Krzysztof Jeziorny)
|
||||
* Use SVG icons in admin home page site summary items (Jérôme Lebleu)
|
||||
* Ensure site summary items wrap on smaller devices on the admin home page (Jérôme Lebleu)
|
||||
* Fix: Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
|
||||
* Fix: Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
|
||||
* Fix: `default_app_config` deprecations for Django >= 3.2 (Tibor Leupold)
|
||||
|
@ -36,6 +36,7 @@
|
||||
* Set default submit button label on generic create views to 'Create' instead of 'Save' (Matt Westcott)
|
||||
* Improve display of image listing for long image titles (Krzysztof Jeziorny)
|
||||
* Use SVG icons in admin home page site summary items (Jérôme Lebleu)
|
||||
* Ensure site summary items wrap on smaller devices on the admin home page (Jérôme Lebleu)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
@ -48,6 +48,10 @@ header {
|
||||
li {
|
||||
@include column(4);
|
||||
margin-bottom: 2em;
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
li.icon::before,
|
||||
|
Loading…
Reference in New Issue
Block a user