.article-navigation{width:100%;display:flex;justify-content:space-between;margin-top:var(--small-space);margin-bottom:var(--small-space);.to-prev, .to-next { font-family: 'Playwrite DE Grund', sans-serif; font-size: var(--info-font-size); font-weight: bold; color: var(--tertiary-font-color); &:hover { opacity: var(--hover-opacity); } } .to-next { margin-left: auto; } .short { display: none; }}@media only screen and (max-width:800px){.article-navigation{.short { display: initial; } .long { display: none; }}}