mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
17 lines
250 B
CSS
17 lines
250 B
CSS
#rzLogo {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 50px;
|
|
margin-bottom: 20px;
|
|
}
|
|
#searchContainer {
|
|
width: 60%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
#rzSearch {
|
|
width: 70%;
|
|
} |