8. satır:
8. satır:
flex-direction:column;
flex-direction:column;
}
}
+
}
+
+
@media only screen and (max-width: 600px) {
+
.section-wrapper .monthly .monthly-inner .floatright{
+
float:none;
+
margin:0;
+
}
}
}
16. satır:
23. satır:
.line{
.line{
−
width:2px;
+
width: 1px;
−
height:100%;
+
background: rgba(0,0,0,0.22);
−
background:black;
+
margin:10px;
}
}
.section-wrapper h3{
.section-wrapper h3{
−
margin: 0px 10px 10px 0;
+
margin-bottom: 10px;
padding:10px;
padding:10px;
+
text-shadow: 1px 1px 4px black;
+
}
+
+
.section-wrapper h3 span a{
+
color:white;
}
}
32. satır:
44. satır:
.section-wrapper .daily-elem, .section-wrapper .monthly{
.section-wrapper .daily-elem, .section-wrapper .monthly{
flex:1;
flex:1;
+
margin:10px;
+
padding:10px;
+
}
+
+
.section-wrapper .monthly h3 {
+
background: rgba(137, 179, 80, 0.86);
+
color: white;
+
border: 1px solid rgb(137, 179, 80);
+
}
+
+
.section-wrapper .daily-elem h3 {
+
background:rgba(245, 152, 33, 0.75);
+
color: white;
+
border: 1px solid rgb(245, 152, 33);
}
}