diff --git a/authors.html b/authors.html index e355f3a..3d19e41 100644 --- a/authors.html +++ b/authors.html @@ -12,8 +12,8 @@ diff --git a/authors2.html b/authors2.html index c2d9d04..46e6269 100644 --- a/authors2.html +++ b/authors2.html @@ -12,9 +12,9 @@ diff --git a/banner.html b/banner.html index 1b4e129..e26bc06 100644 --- a/banner.html +++ b/banner.html @@ -16,7 +16,7 @@
-
+ diff --git a/style/index.css b/style/index.css index e54bd65..682c282 100644 --- a/style/index.css +++ b/style/index.css @@ -26,7 +26,7 @@ a{ .banner { padding: 50px 24px; } -.banner .banner_block { +.banner_block { position: relative; max-width: 592px; padding: 0px 20px 0 11px; @@ -54,7 +54,7 @@ a{ top: 24px; right: 16px; } -.banner_block .info { +.banner_block_info { display: flex; flex-direction: column; gap: 12px; @@ -97,25 +97,23 @@ a{ display: flex; align-items: center; gap: 5px; - - span, - a{ - font-size: 14px; - font-weight: 300; - line-height: 16.8px; - color: #878A90; - } - span{ - color: #000000; - } } - +.breadcrumb_text, +.breadcrumb_link{ + font-size: 14px; + font-weight: 300; + line-height: 16.8px; + color: #878A90; +} +.breadcrumb_text{ + color: #000000; +} /* Authors start */ .authors{ padding: 0px 0px 100px; } -.authors .authors_block{ +.authors_block{ display: flex; flex-direction: column; gap: 60px; @@ -126,12 +124,12 @@ a{ line-height: 38.4px; color: #0F1521; } -.authors_block .authors_cards{ +.authors_cards{ display: grid; grid-template-columns: 32% 32% 32%; gap: 20px; } -.authors_block .authors_card{ +.authors_card{ display: flex; flex-direction: column; gap: 20px; @@ -189,12 +187,12 @@ a{ color: #000000; } -.authors_block .authors_items{ +.authors_items{ display: grid; grid-template-columns: 32.2% 32.2% 32.2%; gap: 20px; } -.authors_items .authors_item{ +.authors_item{ background: #FFFFFF; border-radius: 8px; } @@ -238,13 +236,13 @@ a{ color: #0F1521; } -.authors .items_block{ +.items_block{ display: flex; flex-direction: column; align-items: center; gap: 40px; } -.items_block .item_pagination{ +.item_pagination{ display: flex; align-items: center; gap: 24px; @@ -277,7 +275,7 @@ a{ /* @Media start */ @media (max-width: 1024px) { - .authors_block .authors_items { + .authors_items { grid-template-columns: 49% 49%; } } @@ -309,7 +307,7 @@ a{ } - .authors_block .authors_cards { + .authors_cards { grid-template-columns: 48.5% 48.5%; gap: 40px 20px; } @@ -321,7 +319,7 @@ a{ gap: 20px; padding: 20px 15px; } - .authors_block .authors_items { + .authors_items { grid-template-columns: 100%; } @@ -340,10 +338,10 @@ a{ max-width: 250px; } - .authors_block .authors_cards { + .authors_cards { grid-template-columns: 100%; } - .authors_block .authors_card { + .authors_card { gap: 15px; } .authors_card_img { @@ -365,7 +363,7 @@ a{ gap: 30px; } - .items_block .item_pagination { + .item_pagination { gap: 15px; } .item_pagination_tab {