Kirill před 8 roky
rodič
revize
2c2fc73902
2 změnil soubory, kde provedl 10 přidání a 4 odebrání
  1. 10 3
      css/style.css
  2. 0 1
      index.html

+ 10 - 3
css/style.css

@@ -207,7 +207,7 @@ header .menu-mobile ul li a:hover{
 	color: inherit;
 	text-decoration: none;
 	margin-top: 10px;
-	min-height: 54px;
+	height: 60px;
     background: #ebebeb;
     border-radius: 32px 0 0 32px;
 	position: relative;
@@ -222,7 +222,7 @@ header .menu-mobile ul li a:hover{
     margin-left: -10px;
     z-index: 10;
     left: 12px;
-    top: 2px;
+    top: 5px;
 }
 
 .left-side .spec .text{
@@ -237,6 +237,7 @@ header .menu-mobile ul li a:hover{
 
 .left-side .spec .text .title{
 	font-size: 16px;
+	line-height: 16px;
 }
 
 .left-side .more{
@@ -405,6 +406,12 @@ header .menu-mobile ul li a:hover{
 	text-align: center;
 }
 
+.about .doctor .doctor-avatar img{
+	display: block;
+	margin: 0 auto;
+	border-radius: 50%;
+}
+
 .about .doctor .doctor-name{
 	text-align: center;
 	font-size: 20px;
@@ -536,7 +543,7 @@ header .menu-mobile ul li a:hover{
 	cursor: pointer;
 	position: absolute;
 	background: url(../images/arrow-right-blue.png) no-repeat center;
-	right: 0;
+	right: 10px;
 	top: 0;
 	width: 20px;
 	height: 75px;

+ 0 - 1
index.html

@@ -333,7 +333,6 @@
 						</div>
 					</div>
 					<div class="more">
-						<a href = "#" class = "arrow-right-blue"></a>
 						<a href="#">Все подразделения</a>
 						<img src="images/little-right-arrow.png">
 					</div>