mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-19 06:58:20 +00:00
17 lines
269 B
CSS
17 lines
269 B
CSS
.bd-placeholder-img {
|
|
font-size: 1.125rem;
|
|
text-anchor: middle;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.bd-placeholder-img-lg {
|
|
font-size: 3.5rem;
|
|
}
|
|
}
|
|
|
|
main > .container {
|
|
padding: 100px 15px 0;
|
|
}
|