mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-15 05:40:36 -04:00
styling: added some styling
This commit is contained in:
parent
4417dec46a
commit
3fd4ed9ba8
5 changed files with 46 additions and 41 deletions
|
@ -34,7 +34,7 @@ body {
|
|||
/* 4. Improve text rendering */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: "Lato, serif";
|
||||
background: var(--200-blue);
|
||||
background: var(--100-blue);
|
||||
}
|
||||
|
||||
/* 5. Improve media defaults */
|
||||
|
@ -81,6 +81,7 @@ h6 {
|
|||
|
||||
a {
|
||||
color: var(--800-blue);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -91,10 +92,6 @@ a {
|
|||
isolation: isolate;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav {
|
||||
font-size: 1.5rem;
|
||||
padding: 1em 0;
|
||||
|
@ -178,6 +175,7 @@ footer {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.hero__heading {
|
||||
|
@ -305,6 +303,11 @@ footer {
|
|||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.form-item.flex label {
|
||||
text-align: left;
|
||||
padding-left: 0.2em;
|
||||
}
|
||||
|
||||
.form-item-row {
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue