Making WordPress.org

Changeset 9519


Ignore:
Timestamp:
02/20/2020 10:46:25 PM (4 years ago)
Author:
coffee2code
Message:

Showcase: Enhance homepage slideshow UI.

  • Align slideshow image with associated site name.
  • Remove excess bottom margin from slideshow images at slideshow's smallest supported viewport sizes.
  • Reduce margin below site name.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css

    r9518 r9519  
    443443    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
    444444
    445     min-height: 341px;
    446445    max-height: 341px;
    447446    overflow: hidden;
     
    459458.wpsc-hero-slide-content-left {
    460459    float: left;
     460    margin-top: 10px;
    461461    position: relative;
    462462    width: 50%;
     
    519519.wpsc-hero-slide p {
    520520    line-height: 1.7;
     521}
     522
     523.wpsc-hero-slide h3 {
     524    margin-bottom: 10px;
    521525}
    522526
Note: See TracChangeset for help on using the changeset viewer.