fixed visual bug on mobile
This commit is contained in:
parent
3bf7c08caa
commit
fc55d62b38
6 changed files with 18 additions and 24 deletions
20
index.css
20
index.css
|
@ -47,13 +47,10 @@ a {
|
|||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--primary-color);
|
||||
text-shadow: 1px 1px 10px var(--primary-color);
|
||||
}
|
||||
a:hover { color: var(--primary-color); text-shadow: 1px 1px 10px var(--primary-color); }
|
||||
|
||||
.card {
|
||||
border: 3px solid var(--primary-color);
|
||||
border: 4px solid var(--primary-color);
|
||||
box-shadow: 0px 0px 8px var(--primary-color);
|
||||
background: var(--card-bg-color);
|
||||
border-radius: 5%;
|
||||
|
@ -72,13 +69,11 @@ a:hover {
|
|||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.card p {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.card p { margin-top: 16px; margin-bottom: 8px; }
|
||||
|
||||
.links ul {
|
||||
display: flex;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
@ -93,8 +88,5 @@ a:hover {
|
|||
background: none;
|
||||
}
|
||||
|
||||
.card img {
|
||||
width: 150px;
|
||||
height: auto;
|
||||
}
|
||||
.card img { width: 150px; height: auto; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue