Skip to content

Commit

Permalink
Minor style changes for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasCampan committed Apr 23, 2021
1 parent 97c9e32 commit a0e6aab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ input[type=radio]:hover, label:hover {

.score-input {
width: 80px;
margin: 0 3px;
}

#list{
Expand Down Expand Up @@ -203,7 +204,7 @@ ul li:nth-child(even) {
}

.score {
width: 80px;
width: 60px;
overflow: scroll;
font-size: 0.9em;
}
Expand All @@ -220,8 +221,9 @@ ul li:nth-child(even) {
.dealer, .starter {
font-size: 1.1em;
}

.resetbttn {
padding: 3px 4px;
padding: 3px 2px;
font-size: 0.9em;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<div class="container">
<a href="about.html">About</a>
<h1>Score Keeper v2.0</h1>
<h1>Score Keeper v2.1.1</h1>

<form name="Score" onsubmit="return false;">
<input type="text" name="list-name" id="nameinput" placeholder="Type a Name..." maxlength="10">
Expand Down

0 comments on commit a0e6aab

Please sign in to comment.