From 25365a6b7b3d10d213f812b309189288c68255c9 Mon Sep 17 00:00:00 2001 From: biscoito Date: Mon, 8 Jan 2024 17:15:10 -0300 Subject: [PATCH] Fixed responsiveness, added new SVG and aligned icons #13 --- assets/img/matrix.svg | 26 +++++++++----------------- index.html | 22 ++++++++++++++++------ style.css | 22 ++++++++++++++++------ 3 files changed, 41 insertions(+), 29 deletions(-) diff --git a/assets/img/matrix.svg b/assets/img/matrix.svg index d583af7..77f97df 100644 --- a/assets/img/matrix.svg +++ b/assets/img/matrix.svg @@ -1,17 +1,9 @@ - - - - - - - - - - - - - - - - - + + + Matrix (protocol) logo + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 1739162..c1eae54 100644 --- a/index.html +++ b/index.html @@ -179,7 +179,9 @@

A Staff é a Boitatech?

href="https://discord.gg/boitatech" target="_blank" >logo discord -

discord.gg/boitatech

+ discord.gg/boitatech +

  • @@ -188,7 +190,9 @@

    A Staff é a Boitatech?

    href="https://youtube.com/@BOITATECH" target="_blank" >logo youtube -

    youtube.com/@BOITATECH

    + /@BOITATECH +

  • @@ -197,7 +201,9 @@

    A Staff é a Boitatech?

    href="https://github.com/boitatech" target="_blank" >logo github -

    github.com/boitatech

    + /boitatech +

  • @@ -209,7 +215,7 @@

    A Staff é a Boitatech?

    href="https://twitch.tv/BOITATECH" target="_blank" >logo twitch -

    twitch.tv/boitatech

    twitch.tv/boitatech

  • @@ -218,7 +224,9 @@

    A Staff é a Boitatech?

    href="https://twitter.com/boitatech" target="_blank" >logo x -

    twitter.com/boitatech

    + /boitatech +

  • @@ -226,7 +234,9 @@

    A Staff é a Boitatech?

    class="socials" href="https://matrix.to/#/#boitatech:matrix.org" >logo matrix -

    #boitatech:matrix.org

    + #boitatech +

  • diff --git a/style.css b/style.css index eabc635..4c41a32 100644 --- a/style.css +++ b/style.css @@ -224,6 +224,11 @@ a { align-items: center; } +.medias a { + display: flex; + align-items: center; +} + @media (max-width: 399px) { .content-container { height: auto; @@ -300,7 +305,7 @@ a { } } -@media (max-height: 900px) { +@media (max-height: 950px) { footer { position: relative; } @@ -312,9 +317,14 @@ a { } } -/* -@media (max-height: 945px) { - body { - height: auto; +@media (max-width: 1406px) and (max-height: 1190px) { + footer { + position: relative; + } +} + +@media (max-width: 450px) { + .social-link { + display: none; } -} */ +}