Update samy.css
This commit is contained in:
11
samy.css
11
samy.css
@@ -271,9 +271,14 @@ body {
|
||||
color: #ff4d4d; /* big red */
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
width: 100%; /* make it span the row */
|
||||
}
|
||||
|
||||
/* 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 */
|
||||
@media (max-width: 768px) {
|
||||
|
||||
Reference in New Issue
Block a user