format stuff
This commit is contained in:
parent
12bc0d2b84
commit
b8d694cc48
4 changed files with 141 additions and 136 deletions
|
|
@ -1,31 +1,33 @@
|
|||
@media (max-width: 768px) {
|
||||
.over-background > *:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {.over-background > *:first-child {
|
||||
margin-bottom: 5px;
|
||||
.over-background > *:last-child {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.over-background > * {
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.over-background > *:last-child {
|
||||
margin-top: 5px;
|
||||
@media (min-width: 769px) {
|
||||
.over-background > *:first-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.over-background > *:last-child {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.over-background > * {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.over-background > * {
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
}}
|
||||
|
||||
|
||||
@media (min-width: 769px) {.over-background > *:first-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.over-background > *:last-child {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.over-background > * {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
}}
|
||||
|
||||
.badges {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
|
@ -59,4 +61,4 @@
|
|||
h2 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
#invite-card-content {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ h1 {
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
|
||||
.button-group button {
|
||||
border: 0;
|
||||
padding: 1em;
|
||||
|
|
@ -158,8 +157,6 @@ h1 {
|
|||
margin-bottom: 1vh;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.text-warning {
|
||||
color: red;
|
||||
font-weight: 800;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue