File tree 1 file changed +6
-5
lines changed
assets/kylestechkorner/css 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ blockquote {
342
342
color : var (--bluegrey );
343
343
border : 1px solid var (--link );
344
344
border-top-left-radius : 1em ;
345
- box-shadow : 2 px 2 px 0 var (--orange );
345
+ box-shadow : 4 px 4 px 0 var (--orange );
346
346
margin : 1em auto;
347
347
padding : 1em ;
348
348
position : relative;
@@ -548,9 +548,13 @@ svg.profile-accounts__icon {
548
548
border-top-left-radius : 1em ;
549
549
width : 60% ;
550
550
margin : 0 auto;
551
- box-shadow : 2 px 2 px 0 var (--pink );
551
+ box-shadow : 4 px 4 px 0 var (--pink );
552
552
border : 1px solid var (--link );
553
553
}
554
+ .guestbooks___input-container {
555
+ margin-bottom : 15px ;
556
+ }
557
+
554
558
input [type = "text" ], input [type = "url" ], textarea {
555
559
width : 100% ;
556
560
padding : 10px ;
@@ -576,7 +580,4 @@ input[type="submit"] {
576
580
input [type = "submit" ]: hover {
577
581
background-color : var (--link );
578
582
color : var (--foreground );
579
- }
580
- .guestbooks___input-container {
581
- margin-bottom : 15px ;
582
583
}
You can’t perform that action at this time.
0 commit comments