CSS changes

This commit is contained in:
XhmikosR 2020-11-02 15:38:02 +02:00
parent fb2f3a418b
commit 020fa66ec2

View file

@ -24,15 +24,12 @@
}
// Override Bootstrap defaults
> .table {
max-width: 100%;
> .table,
> .table-responsive .table {
margin-bottom: 1.5rem;
@include font-size(.875rem);
@include media-breakpoint-down(lg) {
display: block;
overflow-x: auto;
&.table-bordered {
border: 0;
}