Difference between revisions of "Template:Blathers/styles.css"

From Nookipedia, the Animal Crossing wiki
(Port more CSS)
(Port more CSS)
Line 8: Line 8:
 
border-radius: 5vw;
 
border-radius: 5vw;
 
}
 
}
.blathers > div {
+
.blathers-icon {
 
flex: none;
 
flex: none;
 
width: 60px;
 
width: 60px;
Line 14: Line 14:
 
overflow: hidden;
 
overflow: hidden;
 
border-radius: 50%;
 
border-radius: 50%;
 +
}
 +
.bathers-text {
 +
padding: 15px;
 +
width: 90%
 
}
 
}

Revision as of 20:15, August 2, 2024

.blathers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 5px;
	padding:7px 3px;
	border-radius: 5vw;
}
.blathers-icon {
	flex: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}
.bathers-text {
	padding: 15px;
	width: 90%
}