Skip to content

Commit

Permalink
CHANGED: type of font to calibri and size to 13pt (actually 13.33pt, …
Browse files Browse the repository at this point in the history
…since there may be some elements that are changing that)
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent dd0390f commit a312293
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
padding: 10px;
text-align: center; /* Para centrar el texto */
}
body {
font-family: Calibri, sans-serif;
font-size: 10pt;
}
</style>
</head>
<body>
Expand All @@ -28,7 +32,7 @@
<td class="image">
<img src="https://raw.githubusercontent.com/Equipaments-Hosteleria-Salou/simple-image-hosting/main/ehs_logo.jpg" alt="Equipaments Hostelería Salou logo"/>
<br>
<a href="https://www.ehsalou.com/">www.ehsalou.com</a>
<a href="http://www.ehsalou.com/">www.ehsalou.com</a> <!-- Without http, the link does not work -->
</td>
<td class="image">
<img src="https://raw.githubusercontent.com/Equipaments-Hosteleria-Salou/simple-image-hosting/main/menaje_logo.jpg" alt="Menaje y Más"/>
Expand Down

0 comments on commit a312293

Please sign in to comment.