[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 {
|
||||
border-radius: 10px;
|
||||
border-radius: 0.25rem;
|
||||
box-shadow: 0px 0px 15px rgba(32, 32, 32, 0.2);
|
||||
}
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
margin-bottom: 2em;
|
||||
}
|
||||
a.banner img {
|
||||
border-radius: 1em;
|
||||
border-radius: 0.25rem;
|
||||
transition:
|
||||
all 0.3s ease-in-out,
|
||||
box-shadow 0.3s ease-in-out;
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
|
||||
.navigation-bar li {
|
||||
margin-left: 1em;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.navigation-bar a {
|
||||
|
@ -97,6 +98,8 @@
|
|||
font-weight: 400;
|
||||
font-size: 1em;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
[data-theme="dark"] .navigation-bar a {
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
margin-bottom: 1em;
|
||||
justify-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;
|
||||
}
|
||||
img.guide:hover {
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
</div>
|
||||
<style>
|
||||
img.gallery-image {
|
||||
border-radius: 1em;
|
||||
border-radius: 0.25rem;
|
||||
transition: all 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
|
||||
align-self: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue