Activities are back!
This commit is contained in:
parent
a66a3a9198
commit
10ed08795a
9 changed files with 368 additions and 93 deletions
|
@ -40,7 +40,7 @@
|
|||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
#topbar > * {
|
||||
#topbar>* {
|
||||
display: inline-block;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
@ -83,7 +83,7 @@ h3 {
|
|||
grid-template-columns: 1fr 1fr;
|
||||
grid-gap: 10px;
|
||||
}
|
||||
|
||||
|
||||
.grid-child {
|
||||
margin: auto;
|
||||
align-content: center;
|
||||
|
@ -91,8 +91,6 @@ h3 {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.chip {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
|
@ -129,8 +127,12 @@ h3 {
|
|||
}
|
||||
|
||||
hr {
|
||||
border: 2px gray solid;
|
||||
margin: 20px;
|
||||
color: white;
|
||||
border: white solid;
|
||||
opacity: 0.25;
|
||||
border-width: 2px;
|
||||
margin: 15px 10%;
|
||||
/* background-color: none; */
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue