Skip to content
Snippets Groups Projects
mentions-legales.scss 365 B
Newer Older
Bastien DUMONT's avatar
Bastien DUMONT committed
@import "./variables";
@import "./globals";
.main-cta {
  overflow-y: hidden;
}

Bastien DUMONT's avatar
Bastien DUMONT committed
.main-logo {
  text-decoration: none;
}

.content-txt {
  padding: 1rem 0;
}

h2 {
  margin-bottom: 0.5rem;
Bastien DUMONT's avatar
Bastien DUMONT committed
  margin-top: 1.25rem;
  color: $yellow !important;
}

p {
  line-height: 120%;

iframe {
  width: 100%;
  border: 0;
  @media (max-width: 800px) {
    height: 230px;
  }
}