mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2024-12-22 14:15:08 -05:00
39 lines
709 B
SCSS
Vendored
39 lines
709 B
SCSS
Vendored
// Fonts
|
|
@import url('https://fonts.googleapis.com/css?family=Nunito');
|
|
|
|
// Variables
|
|
@import 'variables';
|
|
|
|
// Bootstrap
|
|
@import '~bootstrap/scss/bootstrap';
|
|
|
|
// Font Awesome
|
|
@import '~@fortawesome/fontawesome-free/css/fontawesome';
|
|
@import '~@fortawesome/fontawesome-free/css/regular';
|
|
@import '~@fortawesome/fontawesome-free/css/solid';
|
|
@import '~@fortawesome/fontawesome-free/css/brands';
|
|
|
|
.img-logo {
|
|
width: 40px;
|
|
}
|
|
|
|
.img-logo-footer {
|
|
width: 24px;
|
|
}
|
|
|
|
.grid-memes .card-img-top {
|
|
max-width: 100% !important;
|
|
width: inherit;
|
|
max-height: 20vw;
|
|
}
|
|
|
|
#social-links li {
|
|
display: inline;
|
|
list-style-type: none;
|
|
padding: 0 .5rem;
|
|
}
|
|
|
|
#social-links ul {
|
|
padding: 0 !important;
|
|
}
|