contributors, Interface administrators, uploadaccess
875
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 128: | Line 128: | ||
}  | }  | ||
.blessings {  | .blessings {  | ||
   flex: 1;  |    flex: 1;  | ||
| Line 134: | Line 133: | ||
   padding: 20px;  |    padding: 20px;  | ||
   background-color: #f0f0f0;  |    background-color: #f0f0f0;  | ||
}  | }  | ||
/* Style the individual blessings */  | /* Style the individual blessings */  | ||
| Line 155: | Line 144: | ||
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  |    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  | ||
   text-align: center; /* Center the content inside the circle */  |    text-align: center; /* Center the content inside the circle */  | ||
   display:   |    display: inline-block; /* Display blessings next to each other */  | ||
   vertical-align: middle; /* Center vertically relative to text */  | |||
}  | }  | ||