Alexey Boroda
/
extrem-new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
751d449134e14daa553efad3cec817a06399075b
Authored by
Eugeny Galkovskiy
2016-10-20 12:49:21 +0300
1 parent
0cf1692c
123
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
frontend/views/site/index.php
frontend/web/css/style.css
Inline
Side-by-side
frontend/views/site/index.php
Wrap text
Show/Hide comments
View file @
751d449
...
...
@@ -21,7 +21,6 @@ use frontend\widgets\SliderWidget;
21
21
$this->title = "Главная";
22
22
?>
23
23
24
-<script>$(".container.cont").css({"maxWidth":"100%"});</script>
25
24
<div class="cont">
26
25
<section class="carousel">
27
26
<div class="row">
...
...
frontend/web/css/style.css
Wrap text
Show/Hide comments
View file @
751d449
...
...
@@ -16,6 +16,9 @@ body{
16
16
flex:1;
17
17
overflow: hidden;
18
18
}
19
+.container.cont{
20
+ max-width:100%;
21
+}
19
22
a{
20
23
cursor:pointer;
21
24
}
...
...