Help:Contents/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.help-section-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 35vw, 800px), 1fr));
    justify-content: center;
    column-gap: 1rem;
}
.help-section {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 0.5rem;
}
.help-section-icon {
    flex: 0;
    margin-top: 1.4rem;
}
.help-section-content {
    flex: 1;
}
.help-header {
    text-align: center;
}
.help-header-title {
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
}

.help-container {
  position: relative;
}
.help-container .link-box {
  position: absolute;
  right: 0;
}

@media screen and (max-width:800px) {
  .help-container .link-box {
    display: none !important;
  }
}

/* [[Category:UnProjects stylesheets]] */