diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/authors.html b/authors.html index 03ae4ef..f5321c8 100644 --- a/authors.html +++ b/authors.html @@ -9,6 +9,14 @@
+
diff --git a/authors2.html b/authors2.html index 633b185..20848a4 100644 --- a/authors2.html +++ b/authors2.html @@ -9,6 +9,16 @@
+ +
diff --git a/style/index.css b/style/index.css index 4a79812..08bb1e8 100644 --- a/style/index.css +++ b/style/index.css @@ -92,10 +92,28 @@ a{ white-space: nowrap; } +.breadcrumb{ + padding: 15px 0px 40px; + display: flex; + align-items: center; + gap: 5px; + + span, + a{ + font-size: 14px; + font-weight: 300; + line-height: 16.8px; + color: #878A90; + } + span{ + color: #000000; + } +} + /* Authors start */ .authors{ - padding: 40px 0px 100px; + padding: 0px 0px 100px; } .authors .authors_block{ display: flex; @@ -116,7 +134,7 @@ a{ .authors_block .authors_card{ display: flex; flex-direction: column; - gap: 25px; + gap: 20px; } .authors_card img{ width: 100%; @@ -127,13 +145,13 @@ a{ .authors_card h3{ font-size: 32px; font-weight: 600; - line-height: 38.4px; + line-height: 32px; color: #000000; } .authors_card p{ font-size: 16px; - font-weight: 300; - line-height: 19.2px; + font-weight: 400; + line-height: 16px; color: #000000; } @@ -173,7 +191,7 @@ a{ .authors_block .authors_items{ display: grid; - grid-template-columns: 31% 31% 31%; + grid-template-columns: 32.2% 32.2% 32.2%; gap: 20px; } .authors_items .authors_item{