add some responsive shit
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
width: 40%;
|
||||
width: 45%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.introduction-header
|
||||
{
|
||||
display: flex;
|
||||
@@ -57,15 +55,12 @@
|
||||
.introduction-text {
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.25rem;
|
||||
|
||||
}
|
||||
|
||||
.greetings
|
||||
{
|
||||
font-size: 3.5rem;
|
||||
.introduction-text > section {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
|
||||
.typer::after {
|
||||
content: '|';
|
||||
animation: blink 800ms infinite;
|
||||
@@ -77,7 +72,8 @@
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 60%;
|
||||
width: 55%;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
.punched-card
|
||||
@@ -98,11 +94,15 @@
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: start;
|
||||
gap: 15px;
|
||||
justify-content: center;
|
||||
|
||||
width: 100%;
|
||||
min-width: 375px;
|
||||
overflow: scroll;
|
||||
padding: 20px;
|
||||
gap: 15px;
|
||||
|
||||
overflow: scroll;
|
||||
|
||||
}
|
||||
|
||||
.card {
|
||||
|
||||
Reference in New Issue
Block a user