From 19806b1f21b39ba981dd6caf45bac0d9803a9037 Mon Sep 17 00:00:00 2001 From: Jake Abma Date: Wed, 27 Jun 2018 13:10:58 +0200 Subject: [PATCH] Removed "CSS: " from code example --- techniques/css/media-queries-grid-reflow.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/css/media-queries-grid-reflow.html b/techniques/css/media-queries-grid-reflow.html index 8ed55a1269..b4b6dd7c53 100644 --- a/techniques/css/media-queries-grid-reflow.html +++ b/techniques/css/media-queries-grid-reflow.html @@ -40,7 +40,7 @@

Example 1: Medium complex grid layout in HTML and CSS

<html lang="en"> <head> <meta charset="UTF-8"> - <title>CSS: Using media queries and grid CSS to reflow columns</title> + <title>Using media queries and grid CSS to reflow columns</title> <style> /* Reflow Styling */