Adición de viewport al index

This commit is contained in:
Nika Zhenya 2019-03-18 15:52:03 -06:00
parent e871e06b48
commit f43a583a1c
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
<meta name="description" content="Repositorio de la tesis de Maestría en Filosofía llevaba a cabo por un perro.">
<meta name="keywords" content="nika,zhenya,epub,ebook,publishing,libros,markdown,html,xhtml,mobi,perro,tuerto,propiedad,intelectual,bienes,comunes,tesis,maestria">
<link type="text/css" rel="stylesheet" href="recursos/css/styles.css">
<meta name="viewport" content="width=410, initial-scale=1">
<!-- <link rel="shortcut icon" href="favicon.ico"> -->
</head>
<body>

View File

@ -746,7 +746,7 @@ body > .epigraph:first-child, body > .epigrafe:first-child {
/* Styles for this edition / Estilos de esta edición */
body {max-width: 410px; margin: 50px 0 50px 50px;}
body {max-width: 410px; margin: 50px;}
header > h2.subtitulo {margin-bottom: 0;}
header > h3 {margin: 0 0 50px 0;}
footer {margin-top: 50px; font-size: 0.75em;}