next.js/examples/with-clerk/styles/Header.module.css
Header.module.css34 lines427 B
.header {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.appName {
  margin-left: 12px;
  font-weight: bold;
  color: #335bf1;
}

.left,
.right {
  display: flex;
  align-items: center;
}

.right > :not(:first-child) {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 1rem 2rem;
  }
}
Quest for Codev2.0.0
/
SIGN IN