website/src/theme/PythonClass/styles.module.css [1:27]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.banner {
  /* background-color: var(--ifm-background-color);*/
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/*@media screen and (max-width: 966px).banner {
  padding: 2rem;
}*/

.logo {
  max-width: 150px;
}

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

.subtitle {
  margin: 0 auto 2rem;
  max-width: 300px;

}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



website/src/theme/PythonFunction/styles.module.css [1:27]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.banner {
  /* background-color: var(--ifm-background-color);*/
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/*@media screen and (max-width: 966px).banner {
  padding: 2rem;
}*/

.logo {
  max-width: 150px;
}

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

.subtitle {
  margin: 0 auto 2rem;
  max-width: 300px;

}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



