Fixed the short div being cut off on mobile

pull/3/head
Maik de Kruif 5 years ago
parent e67497161b
commit 65ee406301
  1. 6
      error_pages/404.html

@ -119,6 +119,11 @@
.content>.info>.short {
margin: 1em 0;
}
.content>.info>.short>.container {
width: 100%;
}
.content>.info>.short>.container>b {
@ -184,6 +189,7 @@
.content>.info>.short {
position: relative;
height: 1.75em;
text-align: center;
}
.content>.info>.short>.container {

Loading…
Cancel
Save