fixed problem with navigation after login
This commit is contained in:
parent
08e013a3da
commit
c1a3d905ce
2 changed files with 29 additions and 24 deletions
|
@ -3,6 +3,7 @@ html, body {
|
|||
padding: 0;
|
||||
min-height: 100%;
|
||||
font-family: FeuraSans, sans-serif;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.red { background: #e74c3c; color: #ecf0f1; }
|
||||
|
@ -110,7 +111,7 @@ section > footer {
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-width: 100% !important;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue