|
@@ -11,11 +11,11 @@ footer.main-footer a {
|
|
|
text-transform:none;
|
|
|
}
|
|
|
|
|
|
-#navigation > ul li:last-child {
|
|
|
+#navigation > ul li.aboutUs {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-#navbar .menu-large:last-child {
|
|
|
+#navbar .menu-large.aboutUs {
|
|
|
position: relative!important;
|
|
|
}
|
|
|
|
|
@@ -45,6 +45,20 @@ footer.main-footer a {
|
|
|
z-index: 9999;
|
|
|
}
|
|
|
|
|
|
+.heading {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.getMore {
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: -2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.getMore img {
|
|
|
+ width:4.2rem;
|
|
|
+}
|
|
|
+
|
|
|
#navigation > ul li.aboutUs:hover .qrcode {
|
|
|
display: block;
|
|
|
}
|