Skip to content

Commit

Permalink
Merge pull request #35 from matryosshka/improv
Browse files Browse the repository at this point in the history
Поправлены стили для иконки с octocat
  • Loading branch information
matryosshka committed Jun 30, 2023
2 parents fa07830 + eb294f8 commit cc2de09
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
35 changes: 23 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,12 @@ <h1 class="title title--projects">Портфолио</h1>
<a href="https://matryosshka.github.io/surfboard/src/" target="_blank">
<h3 class="portfolio__header">Surfboard</h3>
</a>
<a href="https://github.com/matryosshka/surfboard" target="_blank">
<img src="./img/icons/git.png" class="portfolio__content-header-img" alt="octocat">
</a>

<div class="portfolio__header-cover">
<a href="https://github.com/matryosshka/surfboard" target="_blank">
<img src="./img/icons/git.png" class="portfolio__header-img" alt="octocat">
</a>
</div>
</div>

<div class="portfolio__stack">
Expand Down Expand Up @@ -160,9 +163,11 @@ <h3 class="portfolio__header">Surfboard</h3>
<a href="https://matryosshka.github.io/air-asia/" target="_blank">
<h3 class="portfolio__header">AirAsia</h3>
</a>
<a href="https://github.com/matryosshka/air-asia" target="_blank">
<img src="./img/icons/git.png" class="portfolio__content-header-img" alt="octocat">
</a>
<div class="portfolio__header-cover">
<a href="https://github.com/matryosshka/air-asia" target="_blank">
<img src="./img/icons/git.png" class="portfolio__header-img" alt="octocat">
</a>
</div>
</div>
<div class="portfolio__stack">
<svg class="portfolio__stack-icon">
Expand Down Expand Up @@ -204,9 +209,12 @@ <h3 class="portfolio__header">AirAsia</h3>
<a href="https://matryosshka.github.io/video-production/" target="_blank">
<h3 class="portfolio__header">Video Production</h3>
</a>
<a href="https://github.com/matryosshka/video-production" target="_blank">
<img src="./img/icons/git.png" class="portfolio__content-header-img" alt="octocat">
</a>

<div class="portfolio__header-cover">
<a href="https://github.com/matryosshka/video-production" target="_blank">
<img src="./img/icons/git.png" class="portfolio__header-img" alt="octocat">
</a>
</div>
</div>
<div class="portfolio__stack">
<svg class="portfolio__stack-icon">
Expand Down Expand Up @@ -247,9 +255,12 @@ <h3 class="portfolio__header">Video Production</h3>
<a href="https://matryosshka.github.io/geo-review/dist/index.html" target="_blank">
<h3 class="portfolio__header">Yandex.Maps API</h3>
</a>
<a href="https://github.com/matryosshka/geo-review" target="_blank">
<img src="./img/icons/git.png" class="portfolio__content-header-img" alt="octocat">
</a>

<div class="portfolio__header-cover">
<a href="https://github.com/matryosshka/geo-review" target="_blank">
<img src="./img/icons/git.png" class="portfolio__header-img" alt="octocat">
</a>
</div>
</div>
<div class="portfolio__stack">
<svg class="portfolio__stack-icon">
Expand Down
2 changes: 2 additions & 0 deletions styles/blocks/_portfolio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@
}

&--other {
@include phones {
white-space: normal;
}
}
}

.portfolio__header-cover {
Expand Down
5 changes: 3 additions & 2 deletions styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc2de09

Please sign in to comment.