mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
* Missing meta tags #2647 SOLVED * Modify CHANGELOG.md
This commit is contained in:
parent
7f1df1617a
commit
1cb190d438
@ -4,6 +4,7 @@
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Fix #2647 -> Missing meta tags in snippet
|
||||
* Fix #2031, Fix #2483 -> Invalid output when declaring a custom shade map
|
||||
* Fix #2060 -> `height: auto` on HTML `audio` element breaks height of element
|
||||
* #1608 Fix #1552 -> `.container.is-fluid` margins
|
||||
|
@ -1,6 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<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>
|
||||
<link rel="stylesheet" href="css/mystyles.css">
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user