Skip to content

Commit

Permalink
Update HomePage
Browse files Browse the repository at this point in the history
Co-Authored-By: Pablo García-Ovies Pérez <uo265314@uniovi.es>
Co-Authored-By: Alberto Lago <145291757+uo288245@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 23, 2024
1 parent e6393e5 commit 6235406
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions webapp/src/pages/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ const Homepage = () => {

playButton : {
height: {
xs: '2.5rem', // Tamaño para dispositivos extra pequeños
sm: '3rem', // Tamaño para dispositivos pequeños
md: '3.5rem', // Tamaño para dispositivos medianos
lg: '4rem', // Tamaño para dispositivos grandes
xl: '5rem' // Tamaño para dispositivos extra grandes
xs: '2.5rem',
sm: '3rem',
md: '3.5rem',
lg: '4rem',
xl: '5rem'
},
width: {
xs: '10rem',
Expand Down

0 comments on commit 6235406

Please sign in to comment.