forked from unitoo/website
Try another fix for height twitter card
This commit is contained in:
parent
94aed6b98d
commit
d52641b51b
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.unitoo.it/" rel="alternate" type="text/html" /><updated>2020-01-08T16:03:16+01:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.unitoo.it/" rel="alternate" type="text/html" /><updated>2020-01-08T16:06:31+01:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>
|
|
@ -123,7 +123,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card" style="max-height: 800px; overflow-y: auto;">
|
||||
<div class="card" style="max-height: 1000px; overflow-y: auto;">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title">Social</h2>
|
||||
<p class='card-text'>
|
||||
|
|
|
@ -22,7 +22,7 @@ tags: home
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card" style="max-height: 800px; overflow-y: auto;">
|
||||
<div class="card" style="max-height: 1000px; overflow-y: auto;">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title">Social</h2>
|
||||
<p class='card-text'>
|
||||
|
|
Loading…
Reference in a new issue