Files
v2.xevion.dev/_sass/helpers.scss
2022-09-20 20:14:08 -05:00

28 lines
321 B
SCSS

span,
p {
&.tab {
margin-left: 2em;
}
}
.nowrap {
white-space: nowrap;
}
.no-underline {
text-decoration: none;
}
.text-center {
text-align: center;
}
.callout-section {
border: solid white;
border-width: thin 0;
padding: 10px;
}
body.wide {
max-width: 60rem !important;
}