Update samy.css
This commit is contained in:
12
samy.css
12
samy.css
@@ -265,21 +265,17 @@ body {
|
||||
}
|
||||
|
||||
/* Big red notice under tagline */
|
||||
.samy-hint {
|
||||
.samy-hint {
|
||||
margin-top: 0.25rem;
|
||||
font-size: 3rem;
|
||||
color: #ff4d4d; /* big red */
|
||||
color: #ff4d4d;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
|
||||
/* 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 */
|
||||
align-self: center; /* center within flex parent only */
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 768px) {
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user