Spaces:
Running
Running
File size: 1,059 Bytes
5a291f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
@import "theme/_main";
// You can add additional styling here
@import "_example";
.navbar-item img {
max-height: 2.75rem;
}
// You can add additional styling here
.fullwidth {
.article {
width: 100%;
max-width: 100%;
}
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
float: left;
width: 50%;
padding: 5px;
}
/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}
.iframe-box {
padding: 24px;
iframe {
@extend .box;
width: 100%;
max-height: calc(100% - 68px);
margin-left: auto; /* Automatic margin from left */
margin-right: auto; /* Automatic margin from right */
border: 1px solid #00000011;
padding: 0;
}
}
.legend-prose {
p {
display: inline;
}
svg {
top: 3px;
position: relative;
}
.legend-prose-color {
width: 1em;
height: 1em;
border: 1px solid #333;
background: white;
display: inline-block;
border-radius: 50%;
position: relative;
top: 3px;
}
} |