Float tabulky ingrediencí vpravo

This commit is contained in:
Emil Miler 2020-02-02 10:46:40 +01:00
parent 3d219fbdcb
commit 0f3735bde5
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,6 @@ table {
border-radius:3px;
background:$secondary;
padding:0;
margin:0 2em 2em 0;
clear:both;
thead {

View File

@ -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;
}
}
}