mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
11 lines
157 B
CSS
11 lines
157 B
CSS
#page-not-found{
|
|
width: 40em;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
}
|
|
|
|
#page-not-found h1{
|
|
margin-bottom: 0.5rem;
|
|
}
|