Skip to content

Commit bfdef6d

Browse files
Alex JamshidiAlex Jamshidi
authored andcommitted
updated container to be 75% width in line with wireframe
1 parent 183123f commit bfdef6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ As well as useful links to learn more */
2222
--font: 100%/1.5 system-ui;
2323
--space: clamp(6px, 6px + 2vw, 15px);
2424
--line: 1px solid;
25-
--container: 1280px;
25+
--container: min(75%, 1280px);
2626
}
2727
/* ====== Base Elements ======
2828
General rules for basic HTML elements in any context */

0 commit comments

Comments
 (0)