element-call-Github/src/Header.module.css

25 lines
333 B
CSS
Raw Normal View History

2021-08-20 08:49:45 +08:00
.header {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 98px;
user-select: none;
}
.leftNav {
position: absolute;
left: 20px;
}
.logo {
display: flex;
align-items: center;
text-decoration: none;
}
.rightNav {
position: absolute;
right: 20px;
max-width: 30%;
}