UI fixes
This commit is contained in:
parent
e770648271
commit
5a1cb6e237
@ -185,7 +185,7 @@ article > * {
|
||||
right: 0;
|
||||
top: 0;
|
||||
background-color: rgba(var(--foreground-color), 0.5);
|
||||
z-index: 2;
|
||||
z-index: 10;
|
||||
-webkit-backdrop-filter: blur(1rem);
|
||||
backdrop-filter: blur(1rem);
|
||||
padding: max(1rem, 2vw) var(--inline-padding);
|
||||
@ -341,7 +341,7 @@ section:nth-of-type(2) {
|
||||
display: flex;
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 0.8rem;
|
||||
padding: 0.7rem;
|
||||
border: solid thin rgba(var(--text-color), 0.5);
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
@ -412,8 +412,8 @@ section:nth-of-type(2) {
|
||||
flex: 1;
|
||||
}
|
||||
.project__button {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
color: rgba(var(--text-color), 1);
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -150,7 +150,7 @@ article {
|
||||
right: 0;
|
||||
top: 0;
|
||||
background-color: rgba(var(--foreground-color), 0.5);
|
||||
z-index: 2;
|
||||
z-index: 10;
|
||||
backdrop-filter: blur(1rem);
|
||||
padding: max(1rem, 2vw) var(--inline-padding);
|
||||
a {
|
||||
@ -300,7 +300,7 @@ section {
|
||||
display: flex;
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 0.8rem;
|
||||
padding: 0.7rem;
|
||||
border: solid thin rgba(var(--text-color), 0.5);
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
@ -366,8 +366,8 @@ section {
|
||||
flex: 1;
|
||||
}
|
||||
&__button {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
color: rgba(var(--text-color), 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user