link app.css and add viewport meta in templates
add a stylesheet link and the standard responsive viewport meta tag to every page template. purely additive - no markup or selector changes - so existing cypress assertions and page js id hooks remain intact. with this commit every page picks up the base styling from app.css.
This commit is contained in:
parent
34da76607f
commit
d4a8adc4a4
8 changed files with 24 additions and 0 deletions
|
|
@ -1,7 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Daily Goals - Texts</title>
|
||||
<link rel="stylesheet" href="/css/app.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Texts</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue