Tengo una duda sobre diseño flexible en una tabla, tengo este resultado, la tabla es Dirección, Correo, Teléfono y sus respectivos datos.
![](http://img853.imageshack.us/img853/9951/o4y8.png)
Pero quiero tener este resultado al estar a menos de 480px.
![](http://img716.imageshack.us/img716/1122/0pfx.png)
* El estilo de letra no importa, sólo me interesa la estructura.
Sin embargo tengo este resultado al achicar la pantalla.
![](http://img59.imageshack.us/img59/7296/0vxs.png)
Les adjunto el archivo HTML que hice:
Código HTML:
Ver original
Y también el CSS
Código CSS:
Ver original
table { margin: 40px auto; } .separacion { width: 50px; } table th tr td { text-align: center; } table th { font-family: 'Nunito', sans-serif; font-weight: 400; font-size: 12pt; color: #ead561; } table tr td { font-family: 'Nunito', sans-serif; font-weight: 300; font-size: 12pt; color: #f4e2d4; }