Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
[code]@media (max-width: 359px){ .p-offCanvasAccountLink { display: block; }}@media (max-width: 359px){ .p-offCanvasRegisterLink { display: block; }}[/code]seems a bit awkward It would be nice if these two blocks could be combined into one.
[code]
@media (max-width: 359px)
{
.p-offCanvasAccountLink
display: block;
}
.p-offCanvasRegisterLink
[/code]
seems a bit awkward
It would be nice if these two blocks could be combined into one.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences