Line 60: | Line 60: | ||
.Overview-Right-Arrow a img:hover { | .Overview-Right-Arrow a img:hover { | ||
background-color:#66bc47; | background-color:#66bc47; | ||
+ | } | ||
+ | |||
+ | .Overviewbox { | ||
+ | width:100%; | ||
+ | margin: 0 auto; | ||
+ | text-align: center; | ||
+ | padding:2%; | ||
+ | } | ||
+ | |||
+ | .overview-figure { | ||
+ | width:100%; | ||
+ | margin:auto; | ||
+ | } | ||
+ | |||
+ | .Overviewbox:hover { | ||
+ | -moz-transform: scale(1.05); | ||
+ | -webkit-transform: scale(1.05); | ||
+ | -o-transform: scale(1.05); | ||
+ | transform: scale(1.05); | ||
} | } | ||
Revision as of 12:52, 12 October 2017