forked from Github-Mirrors/canaille
Responsiveness
This commit is contained in:
parent
ccd7293837
commit
634a705094
2 changed files with 6 additions and 3 deletions
|
@ -4,7 +4,8 @@ body {
|
|||
|
||||
.container {
|
||||
padding: 1em;
|
||||
width: 800px;
|
||||
min-width: 320px;
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<title>{% block title %}{% trans %}OpenID Connect LDAP Bridge{% endtrans %}{% endblock %}</title>
|
||||
|
||||
<link href="/static/fomanticui/semantic.min.css" rel="stylesheet">
|
||||
<link href="/static/css/base.css" rel="stylesheet">
|
||||
{% if logo_url %}<link rel="icon" href="{{ logo_url }}">{% endif %}
|
||||
|
@ -22,7 +24,7 @@
|
|||
<div class="container">
|
||||
{% block menu %}
|
||||
{% if user and menu %}
|
||||
<nav class="ui labeled icon menu">
|
||||
<nav class="ui stackable labeled icon menu">
|
||||
{% if logo_url %}
|
||||
<div class="header item">
|
||||
<a href="/" class="logo">
|
||||
|
|
Loading…
Reference in a new issue