[c] singular border radius
This commit is contained in:
parent
0cc0f3a5fb
commit
b6181aadce
5 changed files with 7 additions and 4 deletions
|
@ -23,7 +23,7 @@ p, li {
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
border-radius: 10px;
|
border-radius: 0.25rem;
|
||||||
box-shadow: 0px 0px 15px rgba(32, 32, 32, 0.2);
|
box-shadow: 0px 0px 15px rgba(32, 32, 32, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
a.banner img {
|
a.banner img {
|
||||||
border-radius: 1em;
|
border-radius: 0.25rem;
|
||||||
transition:
|
transition:
|
||||||
all 0.3s ease-in-out,
|
all 0.3s ease-in-out,
|
||||||
box-shadow 0.3s ease-in-out;
|
box-shadow 0.3s ease-in-out;
|
||||||
|
|
|
@ -89,6 +89,7 @@
|
||||||
|
|
||||||
.navigation-bar li {
|
.navigation-bar li {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-bar a {
|
.navigation-bar a {
|
||||||
|
@ -97,6 +98,8 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="dark"] .navigation-bar a {
|
[data-theme="dark"] .navigation-bar a {
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
border-radius: 1em;
|
border-radius: 0.25rem;
|
||||||
transition: all 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
img.guide:hover {
|
img.guide:hover {
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
</div>
|
</div>
|
||||||
<style>
|
<style>
|
||||||
img.gallery-image {
|
img.gallery-image {
|
||||||
border-radius: 1em;
|
border-radius: 0.25rem;
|
||||||
transition: all 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue