forked from em/receptty.org
Float tabulky ingrediencí vpravo
This commit is contained in:
parent
3d219fbdcb
commit
0f3735bde5
@ -3,7 +3,6 @@ table {
|
||||
border-radius:3px;
|
||||
background:$secondary;
|
||||
padding:0;
|
||||
margin:0 2em 2em 0;
|
||||
clear:both;
|
||||
|
||||
thead {
|
||||
|
@ -18,6 +18,7 @@
|
||||
table {
|
||||
float:none;
|
||||
width:100%;
|
||||
margin:0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -40,8 +41,9 @@
|
||||
border-radius:8px;
|
||||
|
||||
table {
|
||||
float:left;
|
||||
float:right;
|
||||
width:45%;
|
||||
margin:0 0 2em 2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user