Skip to content

Commit

Permalink
fixing advisors title left-align issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kapor committed Aug 26, 2024
1 parent 520a799 commit eedd16b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,9 @@ ul h2 {
float: left;
}


.left {
float: left;
}


@media screen and (max-width: 1200px) {
Expand Down
Binary file added images/projects/matter_advisors/hover_menu.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
14 changes: 10 additions & 4 deletions projects/_posts/2020-01-01-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ Matter is a service that allows professionals to send and receive quick feedback

<div class="divider_advisors"></div>

<!-- <div class="nav_container_image">
<div class="nav_container_image">
<div class="advisors_section">
<div class='left'>
<img src="{{site.baseurl}}/images/projects/matter_advisors/section_02.svg" alt="advisors">
</div>
</div>
</div>
-->



<div class="nav_container1_a2">
Expand Down Expand Up @@ -268,13 +268,19 @@ Matter is a service that allows professionals to send and receive quick feedback

<div class="divider_advisors"></div>

<div style="padding: 40px 0px">
<div class="app_col_01_desk" style="padding: 40px 0px">
<video width="100%" height="auto" autoplay loop muted>
<source src="/images/projects/matter_advisors/hover_menu1.mp4" type="video/mp4">
<source src="/images/projects/matter_advisors/hover_menu.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>

<div class="app_col_01_mob">
<img src="/images/projects/matter_advisors/hover_menu.gif" alt="advisors">
</div>



<div class="divider_advisors"></div>

<div class="nav_container1_a2">
Expand Down

0 comments on commit eedd16b

Please sign in to comment.