Skip to content

Commit cbfc725

Browse files
committed
updated css
1 parent 47d014a commit cbfc725

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

assets/kylestechkorner/css/kylestechkorner-main.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ blockquote {
342342
color: var(--bluegrey);
343343
border: 1px solid var(--link);
344344
border-top-left-radius: 1em;
345-
box-shadow: 2px 2px 0 var(--orange);
345+
box-shadow: 4px 4px 0 var(--orange);
346346
margin: 1em auto;
347347
padding: 1em;
348348
position: relative;
@@ -548,9 +548,13 @@ svg.profile-accounts__icon {
548548
border-top-left-radius: 1em;
549549
width: 60%;
550550
margin: 0 auto;
551-
box-shadow: 2px 2px 0 var(--pink);
551+
box-shadow: 4px 4px 0 var(--pink);
552552
border: 1px solid var(--link);
553553
}
554+
.guestbooks___input-container {
555+
margin-bottom: 15px;
556+
}
557+
554558
input[type="text"], input[type="url"], textarea {
555559
width: 100%;
556560
padding: 10px;
@@ -576,7 +580,4 @@ input[type="submit"] {
576580
input[type="submit"]:hover {
577581
background-color: var(--link);
578582
color: var(--foreground);
579-
}
580-
.guestbooks___input-container {
581-
margin-bottom: 15px;
582583
}

0 commit comments

Comments
 (0)