improved margins agaaain
This commit is contained in:
@@ -33,7 +33,6 @@ const { name, href, gallery, center, skills } = Astro.props;
|
|||||||
transition: border-color 0.3s;
|
transition: border-color 0.3s;
|
||||||
.gallery {
|
.gallery {
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
margin-top: -10px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
img {
|
img {
|
||||||
@@ -48,7 +47,7 @@ const { name, href, gallery, center, skills } = Astro.props;
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $responsive-width) {
|
@media (max-width: $responsive-width) {
|
||||||
max-height: 12vh !important;
|
max-height: 12.5vh !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: $responsive-width) {
|
@media (max-width: $responsive-width) {
|
||||||
|
@@ -12,7 +12,7 @@ const { key } = Astro.props;
|
|||||||
@import "../styles/_var.scss";
|
@import "../styles/_var.scss";
|
||||||
.icon {
|
.icon {
|
||||||
color: white;
|
color: white;
|
||||||
margin-block: 10px;
|
margin-top: 10px;
|
||||||
margin-inline: 5px;
|
margin-inline: 5px;
|
||||||
}
|
}
|
||||||
.tooltip {
|
.tooltip {
|
||||||
|
Reference in New Issue
Block a user