Skip to content

Commit

Permalink
#fix: made mobile and tablet responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
su-docker committed May 24, 2024
1 parent 59cd660 commit 7dc2a5e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ q:after {
content: none;
}

img {
max-width: 100%;
}

video {
max-width: 100%;
}

table {
border-collapse: collapse;
border-spacing: 0;
Expand Down Expand Up @@ -3248,6 +3256,16 @@ input[type="button"].small,
font-size: 0.8em;
}

#header .name {
position: relative;
top: 0;
left: 0;
display: flex;
justify-content: center;
margin-bottom: 30px;
font-size: 22px;
}

header.major {
margin-bottom: 2em;
}
Expand Down

0 comments on commit 7dc2a5e

Please sign in to comment.