forked from TonTon-UFPA-Comput/site
Fixes for mobile
This commit is contained in:
parent
470a9e299f
commit
2561621892
1 changed files with 5 additions and 1 deletions
|
|
@ -238,6 +238,8 @@ div.ficha
|
||||||
grid-template-rows: auto auto;
|
grid-template-rows: auto auto;
|
||||||
grid-template-columns: 35% auto;
|
grid-template-columns: 35% auto;
|
||||||
column-gap: 0;
|
column-gap: 0;
|
||||||
|
width: 100%;
|
||||||
|
max-width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ficha h2
|
div.ficha h2
|
||||||
|
|
@ -251,9 +253,11 @@ div.ficha figure
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
max-width: unset;
|
max-width: 100%;
|
||||||
|
height: fit-content;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 0.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ficha figure img
|
div.ficha figure img
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue