mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
9 lines
164 B
SCSS
9 lines
164 B
SCSS
|
// Some CSS to ease the integration between Jekyll and Bootstrap 4.
|
||
|
// It is not recommended to edit this file.
|
||
|
|
||
|
.page-content {
|
||
|
img {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
}
|