Spaces:
Running
Running
File size: 311 Bytes
d26c5a6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.centered {
text-align: center; /* Horizontally center the content */
}
.centered img {
display: block; /* Make the image a block element */
margin: 0 auto; /* Center the block element (the image) horizontally */
height: 100px;
}
.tab_at_top button.selected{
font-size: 24px !important;
}
|