File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ footer {
9797 background-image : url(./ ressource/img/03.jpg);
9898 background-size : cover;
9999 background-position : center;
100+ background-attachment : fixed;
100101
101102}
102103
@@ -441,3 +442,9 @@ img {
441442.contact-info h2 {
442443 margin-bottom : 20px ;
443444}
445+
446+ @media (min-width : 320px ) and (max-width : 480px ) {
447+
448+ /* CSS */
449+
450+ }
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ footer {
101101 background-image : url(./ ressource/img/03.jpg);
102102 background-size : cover;
103103 background-position : center;
104+ background-attachment : fixed;
104105
105106}
106107
@@ -207,4 +208,10 @@ li {
207208
208209# dev h3 {
209210 color : # f7f7f7 ;
210- }
211+ }
212+
213+ @media (min-width : 320px ) and (max-width : 480px ) {
214+
215+ /* CSS */
216+
217+ }
You can’t perform that action at this time.
0 commit comments