[Glitch] Change font size of announcements to be the same as statuses
Port b89e6cfe70 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									2bde217ea5
								
							
						
					
					
						commit
						3c4bd03949
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -68,6 +68,10 @@
 | 
				
			||||||
    padding: 15px;
 | 
					    padding: 15px;
 | 
				
			||||||
    padding-right: 15px + 18px;
 | 
					    padding-right: 15px + 18px;
 | 
				
			||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
 | 
					    font-size: 15px;
 | 
				
			||||||
 | 
					    line-height: 20px;
 | 
				
			||||||
 | 
					    word-wrap: break-word;
 | 
				
			||||||
 | 
					    font-weight: 400;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &__range {
 | 
					    &__range {
 | 
				
			||||||
      display: block;
 | 
					      display: block;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue