Skip to content

Commit 6eae413

Browse files
authored
Responsiveness
The website is already responsive. It just does not scale on mobile phone as it should. Adding a meta viewport will fix it.
1 parent 51696ac commit 6eae413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/layout.html

+1
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)