mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 09:54:43 -05:00
31 lines
479 B
CSS
31 lines
479 B
CSS
@font-face {
|
|
font-family: testfont;
|
|
src: url("font/0001.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: ffff;
|
|
src: url("font/0002.ttf");
|
|
}
|
|
|
|
table.is-borderless td {
|
|
border: 0px solid #00000000
|
|
}
|
|
|
|
table.is-center td {
|
|
text-align: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
/* .course-content {
|
|
padding: 0 30%;
|
|
} */
|
|
|
|
@media screen and (min-width: 1000px) {
|
|
.card.is-inlineblocked {
|
|
display: inline-block;
|
|
width: 45%;
|
|
margin: 1em 2%
|
|
}
|
|
} |