mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-18 16:09:15 +00:00
📏 Changed auto-grid size min
This commit is contained in:
parent
acbe308b27
commit
256f1399f4
@ -1,7 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
@import url("https://use.typekit.net/qlo3dpu.css");
|
||||
:root {
|
||||
--auto-grid-min-size: 8rem;
|
||||
--auto-grid-min-size: 16rem;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -4,7 +4,7 @@
|
||||
// COLORS //
|
||||
|
||||
:root {
|
||||
--auto-grid-min-size: 8rem;
|
||||
--auto-grid-min-size: 16rem;
|
||||
}
|
||||
|
||||
$primary-color: #0e4bff; //cobalt blue is so pretty//
|
||||
|
@ -10,7 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<section id="title" class="auto-grid">
|
||||
<section id="title" class="grid">
|
||||
<h1 class="title__thicc">Self-Defined</h1>
|
||||
<p>
|
||||
<span class="subtitle">A modern dictionary about us. We define our words, but they don't define us.</span><br>For now, this stands as a list only, from which you can self-educate.
|
||||
@ -249,7 +249,7 @@ Future phases will include definitions and resources.<br><br>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
<div class="auto-grid">
|
||||
<div class="grid">
|
||||
<section class="block__word list">
|
||||
<p class="word__signal word__signal__avoid">
|
||||
avoid
|
||||
|
Loading…
x
Reference in New Issue
Block a user