Ajusta de mejor forma el texto y las imagenes de los articulos para una lectura mas comoda y para que las imagenes no se sobredimensionen, perdiendo resolucion.
Hipertextual 2.0 by doncoyote

Details
Authordoncoyote
LicenseNo License
Categoryhttps://hipertextual.com/
Created
Updated
Code size1.2 kB
Code checksum88781fdb
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name hipertextual.com 2.0
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Ajusta de mejor forma el texto y las imagenes de los articulos para una lectura mas comoda y para que las imagenes no se sobredimensionen, perdiendo resolucion.
@author Rodrigo Arroyo Galvez
==/UserStyle== */
@-moz-document url-prefix("https://hipertextual.com/") {
.page-template-no-header-footer .entry .entry-content>.alignwide, .page-template-no-header-footer [id=pico]>.alignwide, .page-template-single-feature .entry .entry-content>.alignwide, .page-template-single-feature [id=pico]>.alignwide, .post-template-single-feature .entry .entry-content>.alignwide, .post-template-single-feature [id=pico]>.alignwide
{
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.archive-one-column #main, .newspack-front-page.page-template-single-feature .site-main, .page-template-no-header-footer .main-content, .page-template-single-feature .main-content, .post-template-single-feature .main-content {
margin-left: auto;
margin-right: auto;
max-width: 1100px;
width: 100%;
}
}