diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-06 16:18:49 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-06 16:18:49 +0200 |
| commit | c7401eae9f4a1dabb26b59781a520fabae34e1a8 (patch) | |
| tree | a99c17411aa8999174759e9e4a97ff13139f8fab /client/index.html | |
| parent | f9eb9712b39ce94a9898daa281ddb0585198e3d9 (diff) | |
Correct responsive bug
Diffstat (limited to 'client/index.html')
| -rwxr-xr-x | client/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index e5ca894..3dd501a 100755 --- a/client/index.html +++ b/client/index.html @@ -31,7 +31,7 @@ <!-- MAIN GRID --> - <div class="container-lg"> + <div class="container-fluid"> <!-- Status bar --> <div class="row" ng-controller="statusCtrl"> <div class="col-lg-12"> |
