forked from em/receptty.org
Tabulka vyplní celou šířku okna na malé obrazovce
This commit is contained in:
parent
9c90a0792f
commit
cc4208739a
@ -4,10 +4,7 @@ table {
|
||||
background:$secondary;
|
||||
padding:0;
|
||||
margin:0 2em 2em 0;
|
||||
width:45%;
|
||||
|
||||
clear:both;
|
||||
float:left;
|
||||
|
||||
thead {
|
||||
|
||||
|
@ -14,6 +14,11 @@
|
||||
padding:1em;
|
||||
border:none;
|
||||
border-radius:0;
|
||||
|
||||
table {
|
||||
float:none;
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -33,6 +38,11 @@
|
||||
padding:1em 4em;
|
||||
border:1px solid $border;
|
||||
border-radius:8px;
|
||||
|
||||
table {
|
||||
float:left;
|
||||
width:45%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user