Fix bad code with less bad code
This commit is contained in:
@ -52,8 +52,8 @@ flex: 1;
|
||||
text-align: center;
|
||||
min-width: 40%;
|
||||
max-width: 50%;
|
||||
background-color: #ffffff44;
|
||||
backdrop-filter: blur(6px);
|
||||
background-color: #ffffff22;
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
|
||||
div.project-grid-container div.project-grid-box h1 a {
|
||||
|
@ -101,6 +101,15 @@ nav div.inline {
|
||||
}
|
||||
}
|
||||
|
||||
div.container {
|
||||
color: var(--text-color);
|
||||
border: solid 1px #00000033;
|
||||
border-radius: 8px;
|
||||
box-shadow: 1px 1px 8px #00000033;
|
||||
background-color: #ffffff22;
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
|
||||
main div.heading {
|
||||
color: var(--text-color);
|
||||
font-size: 200%;
|
||||
@ -108,16 +117,10 @@ main div.heading {
|
||||
}
|
||||
|
||||
main div.hero {
|
||||
color: var(--text-color);
|
||||
width: 60%;
|
||||
margin: 16px auto 16px auto;
|
||||
border: solid 1px #00000033;
|
||||
border-radius: 8px;
|
||||
box-shadow: 1px 1px 8px #00000033;
|
||||
padding: 16px;
|
||||
text-align: center;
|
||||
background-color: #ffffff44;
|
||||
backdrop-filter: blur(6px);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
|
Reference in New Issue
Block a user