Fixing blog contact styling
This commit is contained in:
parent
bedb1166bc
commit
64751b9213
1 changed files with 13 additions and 0 deletions
|
|
@ -566,6 +566,10 @@
|
||||||
border: 1px solid rgba(0, 255, 0, 0.3);
|
border: 1px solid rgba(0, 255, 0, 0.3);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
@include media-down(lg) {
|
@include media-down(lg) {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
@ -586,6 +590,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 15px;
|
gap: 15px;
|
||||||
|
color: greenyellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-email,
|
.contact-email,
|
||||||
|
|
@ -593,6 +598,10 @@
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: cyan;
|
||||||
|
}
|
||||||
|
|
||||||
@include media-down(lg) {
|
@include media-down(lg) {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
@ -642,6 +651,10 @@
|
||||||
text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
|
text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: cyan;
|
||||||
|
}
|
||||||
|
|
||||||
@include media-down(lg) {
|
@include media-down(lg) {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue