Skip to content

Commit

Permalink
update responsive ct size
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueletocci committed Sep 24, 2024
1 parent 16152d6 commit 89e06c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 2 additions & 5 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
box-sizing: border-box;
}

* {
margin: 0;

}
* {margin: 0;}

body, html {
height: 100%;
margin: 0;
Expand Down Expand Up @@ -45,7 +43,6 @@ body{
font-family: 'Anonymous Pro', sans-serif;
color: var(--tp);
text-align: center;
overflow: hidden; /* Hide scrollbars */
}

p {
Expand Down
2 changes: 1 addition & 1 deletion homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hr{
background-color: var(--ct);
text-align: left;
border-radius: 20px;
width: 80%;
width: 90%;
margin: 15px auto;
padding: 20px;
display: flex;
Expand Down
7 changes: 6 additions & 1 deletion l1/l1.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
animation: colorFadeIn 0.5s;
}
}

@media (min-width: 768px) {
.container{
width: 80%;
height: 50vh;
}
}
.attempt {
display: flex;
align-items: center;
Expand Down

0 comments on commit 89e06c0

Please sign in to comment.