Skip to content

Commit c430810

Browse files
vgrebagallou
authored andcommitted
correction css suite mise en place du symfony/asset-mapper
1 parent 7727898 commit c430810

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

htdocs/templates/site/scss/base/layout.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ html {
22
font-size: 62.5%
33
}
44

5+
body {
6+
background-color: #ddd;
7+
color: #3e3d40;
8+
font-family: helvetica,arial,sans-serif;
9+
font-size: 1.3em;
10+
line-height: 1.54;
11+
}
12+
513
#main {
614
padding: 0 30px
715
}

templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858

5959
{% block footer '' %}
6060
{% block javascripts '' %}
61-
{% block importmap %}{{ importmap('app') }}{% endblock %}
61+
{# {% block importmap %}{{ importmap('app') }}{% endblock %}#}
6262
</body>
6363
</html>

0 commit comments

Comments
 (0)