fix colonne troppo lunghe in homepage (eliminato il max-height dei tre
contenitori principali)
This commit is contained in:
+11
-4
@@ -72,7 +72,7 @@ body{font-family:lato, arial;}
|
||||
border-left: 2px;
|
||||
border-right: 2px;
|
||||
display: inline-block;
|
||||
max-height:1380px;
|
||||
/* max-height:1380px; */
|
||||
/* height: 1380px; */
|
||||
box-shadow: 0px 0px 10px -3px;
|
||||
-webkit-box-shadow: 0px 0px 10px -3px;
|
||||
@@ -225,7 +225,7 @@ display: inline-block;
|
||||
.middleBarNews{
|
||||
display:inline-block;
|
||||
width:150px;
|
||||
max-height:1380px;
|
||||
/* max-height:1380px; */
|
||||
/* height:1380px; */
|
||||
/* background-color:#f4f4f4; */
|
||||
border-top:0px;
|
||||
@@ -264,7 +264,14 @@ display: inline-block;
|
||||
|
||||
.ristorantiTitle{margin-top:10px;}
|
||||
|
||||
.rightBarNews{display:inline-block;width:150px;max-height:1380px;/* height:1380px; */vertical-align:top;padding-top: 10px;}
|
||||
.rightBarNews{
|
||||
display:inline-block;
|
||||
width:150px;
|
||||
/*max-height:1380px;*/
|
||||
/* height:1380px; */
|
||||
vertical-align:top;
|
||||
padding:10px 0px;
|
||||
}
|
||||
|
||||
.meteoTitle{font-size: 15px;font-weight: bold;border-bottom: 3px solid #339CD5;margin-bottom: 7px;text-align:center;}
|
||||
.meteo{max-height: 165px;max-width: 220px;text-align: center;border-bottom: 1px dotted #C1B4B4;padding-bottom: 10px;margin-bottom: 10px;}
|
||||
@@ -291,7 +298,7 @@ display: inline-block;
|
||||
.gossipTitle{margin-bottom:5px;font-weight:bold;font-size:20px;}
|
||||
.gossipSubtitle{margin-bottom:5px;color:#64bff0;font-weight:bold;font-size:15px;}
|
||||
|
||||
.viaggiContainer{max-height:165px;margin-top:5px;margin-bottom:5px;}
|
||||
.viaggiContainer{/* max-height:165px; */margin-top:5px;margin-bottom:5px;}
|
||||
.viaggiContainer > .culturaMainMedia{text-align:left;}
|
||||
.viaggiTitle{cursor:pointer;margin-bottom:5px;font-weight:bold;font-size:17px;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user