Skip to content

Commit 68c5093

Browse files
author
SZCZUPAK Valentin
authored
Merge pull request #103 from christophe-rouille/correct-text-averlap
Modify css to avoid text overlap in french language
2 parents bc563ec + cf51446 commit 68c5093

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

views/css/ganalytics.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@
2727

2828
#advantages_list .col-xs-6 {
2929
height:5em;
30+
display: flex;
31+
align-items: center;
3032
}
3133

3234
#advantages_list div > img {
3335
margin: 1em;
3436
width: 60px;
3537
}
38+
39+
#google_analytics_content img {
40+
max-width: 100%;
41+
}

0 commit comments

Comments
 (0)