This commit is contained in:
francisco-solis99 2021-10-15 20:53:02 -05:00
commit c9becc9aab
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
.rights {
display: flex;
flex-direction: column;
gap: 8px;
}
.rights__info {
font-size: 1.2rem;
}
.media__icon svg{
width: 25px;
height: 25px;
}

View file

@ -9,6 +9,7 @@
) ?>
<!-- Estilos para el responsive design -->
<?php $desktop_styles = array(
array('components/footer/footer-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
array('components/navbar/navbar-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
array('pages/home/home-tablet.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
array('pages/home/home-desktop.css', 'attributes' => 'media="screen and (min-width: 1024px)"'),