Skip to content

Commit bc16d97

Browse files
authored
Merge pull request creativecommons#22 from Sgarg510/patch-1
Responsiveness
2 parents 51696ac + 6eae413 commit bc16d97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!doctype html>
22
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, initial-scale=1" />
34
<link rel="shortcut icon" type="image/x-icon" href="{{ '/static/favicon.ico'|url }}">
45
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
56
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">

0 commit comments

Comments
 (0)