Skip to content

Commit 3614abe

Browse files
committed
edit style
1 parent 2e5f100 commit 3614abe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Wireframe</h1>
11+
<h1>WIREFRAME</h1>
1212
<p>
1313
A Wireframe is a simple visual layout or blueprint of a website, mobile app or software
1414
interface. It shows the basic structure of a page without detailed colors, images or

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ main {
3939
grid-template-columns: 1fr 1fr;
4040
gap: var(--space);
4141
> *:first-child {
42-
grid-column: span 2;
42+
grid-column: 1/ -1;
4343
}
4444
}
4545

0 commit comments

Comments
 (0)