Update samy.css
This commit is contained in:
12
samy.css
12
samy.css
@@ -265,21 +265,17 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Big red notice under tagline */
|
/* Big red notice under tagline */
|
||||||
.samy-hint {
|
.samy-hint {
|
||||||
margin-top: 0.25rem;
|
margin-top: 0.25rem;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
color: #ff4d4d; /* big red */
|
color: #ff4d4d;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
align-self: center; /* center within flex parent only */
|
||||||
/* center this element without affecting siblings */
|
|
||||||
display: block;
|
|
||||||
width: max-content; /* shrink to the text width */
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto; /* centers the block in its parent */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Responsive */
|
/* Responsive */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.container {
|
.container {
|
||||||
|
|||||||
Reference in New Issue
Block a user