11 lines
126 B
CSS
11 lines
126 B
CSS
h1 {
|
|
text-align: center
|
|
}
|
|
summary {
|
|
text-align: center;
|
|
}
|
|
#search-container hr {
|
|
margin-top: 10px;
|
|
margin-bottom: 20px;
|
|
}
|