forked from organicmaps/website
Centered top menu
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
6a3d244112
commit
230c0445c3
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ body {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
// Top menu.
|
||||
header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
main {
|
||||
margin: 0 auto;
|
||||
max-width: 1024px;
|
||||
|
|
Loading…
Add table
Reference in a new issue