Skip to content

Commit

Permalink
[ML4SE-240] changed font and line breaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrise2 committed Nov 23, 2023
1 parent 7073f71 commit fae3239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
font-size: 15px;
margin-left: 3px;
font-weight: normal !important;
word-wrap: break-word;
}

.required:after {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
* {
box-sizing: border-box;
font-family: 'Inter', sans-serif;
overflow-wrap: break-word;
word-wrap: break-word;
}

body {
Expand All @@ -12,17 +15,13 @@ body {
font-size: 9vmin;
margin-top: 2vmin;
margin-bottom: 5vmin;
font-family: 'Inter', sans-serif;
font-weight: 900;
}

.small-font {
font-family: 'Inter', sans-serif;
font-size: 4vmin;
margin-top: 0;
margin-bottom: 2vmin;
overflow-wrap: break-word;
word-break: break-all;
}

.container {
Expand All @@ -36,7 +35,6 @@ body {
}

label {
font-family: 'Inter', sans-serif;
font-size: 4vmin;
font-weight: bold;
}
Expand All @@ -47,20 +45,17 @@ label, select {
}

select {
font-family: 'Inter', sans-serif;
margin-left: 5px;
font-size: 0.8em;
padding: 6px;
border-radius: 4px;
width: 200px;
}

/* unvisited link */
a:link {
color: #808080;
}

/* visited link */
a:visited {
color: #696969;
}
Expand Down

0 comments on commit fae3239

Please sign in to comment.