Fix style regressions on landing page (#10030)
This commit is contained in:
		
							parent
							
								
									a151c5566a
								
							
						
					
					
						commit
						59fa38a4f6
					
				
					 1 changed files with 3 additions and 16 deletions
				
			
		| 
						 | 
					@ -49,15 +49,9 @@ $small-breakpoint: 960px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  strong,
 | 
				
			||||||
  em {
 | 
					  em {
 | 
				
			||||||
    display: inline;
 | 
					 | 
				
			||||||
    margin: 0;
 | 
					 | 
				
			||||||
    padding: 0;
 | 
					 | 
				
			||||||
    font-weight: 700;
 | 
					    font-weight: 700;
 | 
				
			||||||
    background: transparent;
 | 
					 | 
				
			||||||
    font-family: inherit;
 | 
					 | 
				
			||||||
    font-size: inherit;
 | 
					 | 
				
			||||||
    line-height: inherit;
 | 
					 | 
				
			||||||
    color: lighten($darker-text-color, 10%);
 | 
					    color: lighten($darker-text-color, 10%);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -798,7 +792,7 @@ $small-breakpoint: 960px;
 | 
				
			||||||
      width: 100%;
 | 
					      width: 100%;
 | 
				
			||||||
      display: flex;
 | 
					      display: flex;
 | 
				
			||||||
      flex-direction: row-reverse;
 | 
					      flex-direction: row-reverse;
 | 
				
			||||||
      flex-wrap: wrap;
 | 
					      flex-wrap: nowrap;
 | 
				
			||||||
      justify-content: space-between;
 | 
					      justify-content: space-between;
 | 
				
			||||||
      align-items: center;
 | 
					      align-items: center;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					@ -848,14 +842,7 @@ $small-breakpoint: 960px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    strong {
 | 
					    strong {
 | 
				
			||||||
      display: inline;
 | 
					      font-weight: 500;
 | 
				
			||||||
      margin: 0;
 | 
					 | 
				
			||||||
      padding: 0;
 | 
					 | 
				
			||||||
      font-weight: 700;
 | 
					 | 
				
			||||||
      background: transparent;
 | 
					 | 
				
			||||||
      font-family: inherit;
 | 
					 | 
				
			||||||
      font-size: inherit;
 | 
					 | 
				
			||||||
      line-height: inherit;
 | 
					 | 
				
			||||||
      color: lighten($darker-text-color, 10%);
 | 
					      color: lighten($darker-text-color, 10%);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue