15 lines
181 B
CSS
15 lines
181 B
CSS
top-menu {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
top-menu_item {
|
|
text-align: center;
|
|
padding: 5px;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/*# sourceMappingURL=style.css.map */
|