mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 15:10:48 +00:00
Ridimensionamenti + fix grafica livebus
This commit is contained in:
16
style.css
16
style.css
@@ -268,6 +268,13 @@ table.image-table img {
|
||||
font-family: Titillium Web;
|
||||
font-size: medium;
|
||||
}
|
||||
.container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
gap: 20px;
|
||||
margin: 20px;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
table.image-table {
|
||||
width: 100%;
|
||||
@@ -283,6 +290,8 @@ table.image-table img {
|
||||
}
|
||||
.container {
|
||||
flex-direction: column;
|
||||
margin-left:0;
|
||||
margin-right:0;
|
||||
}
|
||||
iframe.chisiamo{
|
||||
width: 340px;
|
||||
@@ -390,11 +399,4 @@ table.image-table img {
|
||||
width: 300px;
|
||||
margin: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
gap: 20px;
|
||||
margin: 20px;
|
||||
}
|
Reference in New Issue
Block a user