Skip to content

Commit

Permalink
Fixed up shark and display content styling
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamPerson committed Mar 24, 2024
1 parent 5e5da64 commit 8f5cb89
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion static/css/linx.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
* {
box-sizing: border-box;
}

html,
body {
width: fit-content;
min-width: 100%;
height: 100%;
margin: 0;
padding: 0;
position: relative;
}

body {
background-color: #E8ECF0;
color: #556A7F;
Expand All @@ -16,6 +30,7 @@ body {
#container {
display: table-cell;
min-width: 200px;
padding: 15px;
}

#header a {
Expand Down Expand Up @@ -339,6 +354,7 @@ body {
.display-image {
margin-bottom: -6px;
max-width: 800px;
width: 100%;
}

.display-pdf {
Expand Down Expand Up @@ -385,6 +401,7 @@ body {
right: 0;
user-select: none;
pointer-events: none;
z-index: -1;
}

#mascot > img {
Expand All @@ -407,7 +424,7 @@ body {
left: 0;
bottom: 0;
right: 0;
z-index: -1;
z-index: -2;
overflow: hidden;
}

Expand Down

0 comments on commit 8f5cb89

Please sign in to comment.