mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
* Missing meta tags #2647 SOLVED * Modify CHANGELOG.md
This commit is contained in:
committed by
Jeremy Thomas
parent
7f1df1617a
commit
1cb190d438
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
* Fix #2647 -> Missing meta tags in snippet
|
||||||
* Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
|
* Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
|
||||||
* Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
|
* Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
|
||||||
* #1608 Fix #1552 -> `.container.is-fluid` margins
|
* #1608 Fix #1552 -> `.container.is-fluid` margins
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>My custom Bulma website</title>
|
<title>My custom Bulma website</title>
|
||||||
<link rel="stylesheet" href="css/mystyles.css">
|
<link rel="stylesheet" href="css/mystyles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user