telebit-relay.js/lib/extensions/admin/static-site-assets/styles/1200.css

48 lines
641 B
CSS
Raw Normal View History

.quickstart-step-text {
align-items: center;
justify-content: center;
margin: 0 0 1.5em;
}
.quickstart-step {
flex-direction: column;
justify-content: center;
align-items: center;
}
.quickstart-terminal {
flex: 0 0;
}
.container.quickstart-container {
padding: 0;
}
@media (max-width: 900px) {
.donate-section p {
margin: 1.77777778em 10%;
font-size: 1.6em;
}
2018-08-17 08:15:40 +00:00
.quickstart-terminal {
width: 100%;
box-sizing: border-box;
font-size: .95em;
}
2018-08-17 08:15:40 +00:00
h2 {
font-size: 1.9em;
}
2018-08-17 08:15:40 +00:00
.quickstart-step-name {
font-size: 1.2em;
}
h3 {
font-size: 1.5em;
}
}