mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-09 21:11:40 +01:00
Encore des optimisations
This commit is contained in:
parent
5d7cb699fd
commit
f2644d2e5c
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dashboard</title>
|
||||
<title>Dashboard - Onzeur</title>
|
||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/dashboard'); ?>">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -6,7 +6,7 @@ body {
|
||||
color: #640875;
|
||||
}
|
||||
.container {
|
||||
width: 80%;
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
@ -4,7 +4,6 @@ body {
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 500px;
|
||||
margin: 50px auto;
|
||||
padding: 20px;
|
||||
background-color: #fff;
|
||||
|
@ -33,7 +33,6 @@ textarea {
|
||||
|
||||
button[type="submit"] {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
background-color: #5c10d6;
|
||||
color: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user