mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
29 lines
289 B
CSS
29 lines
289 B
CSS
.card > a > img {
|
|
width: 100%;
|
|
}
|
|
|
|
.btn > span {
|
|
display: inline-block;
|
|
}
|
|
|
|
a.badge, a.badge:hover {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.tab-pane {
|
|
min-height: 300px;
|
|
}
|
|
|
|
.img-thumbnail {
|
|
padding: 0;
|
|
}
|
|
|
|
#nav-notes > p {
|
|
padding: .5rem;
|
|
}
|
|
|
|
#footer > p {
|
|
display: inline;
|
|
}
|