mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-08 04:09:01 -06:00
28 lines
321 B
SCSS
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;
|
|
} |