diff --git a/index.html b/index.html
index a17eaf7..686b00d 100644
--- a/index.html
+++ b/index.html
@@ -31,7 +31,9 @@
diff --git a/start_menu/servizi/start-livebus/css/style.css b/start_menu/servizi/start-livebus/css/style.css
index b513d07..f01e62d 100644
--- a/start_menu/servizi/start-livebus/css/style.css
+++ b/start_menu/servizi/start-livebus/css/style.css
@@ -64,7 +64,7 @@ p {
table {
border-collapse: separate;
border-spacing: 0;
- border: 1px solid #444;
+ border: 1px solid rgb(100,100,100);
border-radius: 16px;
overflow: hidden;
min-width: 85%;
@@ -75,13 +75,13 @@ table {
/*Linee verticali*/
th:not(:last-child),
td:not(:last-child) {
- border-right: 1px solid #444;
+ border-right: 1px solid rgb(100,100,100);
}
/*Linee orizzontali*/
tr:not(:last-child) > th,
tr:not(:last-child) > td {
- border-bottom: 1px solid #444;
+ border-bottom: 1px solid rgb(100,100,100);;
}
th {
diff --git a/style.css b/style.css
index c9995fe..f6276ea 100644
--- a/style.css
+++ b/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;
}
\ No newline at end of file