speedLimiter #10
@@ -16,6 +16,7 @@
 | 
				
			|||||||
            box-sizing: border-box;
 | 
					            box-sizing: border-box;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        h1, h2 {
 | 
					        h1, h2 {
 | 
				
			||||||
 | 
					            text-align: center;
 | 
				
			||||||
            border-bottom: 1px solid #333;
 | 
					            border-bottom: 1px solid #333;
 | 
				
			||||||
            padding-bottom: 10px;
 | 
					            padding-bottom: 10px;
 | 
				
			||||||
            word-wrap: break-word;
 | 
					            word-wrap: break-word;
 | 
				
			||||||
@@ -49,6 +50,7 @@
 | 
				
			|||||||
            background-color: #2d2d2d;
 | 
					            background-color: #2d2d2d;
 | 
				
			||||||
            border: 1px solid #444;
 | 
					            border: 1px solid #444;
 | 
				
			||||||
            border-radius: 4px;
 | 
					            border-radius: 4px;
 | 
				
			||||||
 | 
					            text-align: center;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        li {
 | 
					        li {
 | 
				
			||||||
            background-color: #2d2d2d;
 | 
					            background-color: #2d2d2d;
 | 
				
			||||||
@@ -56,6 +58,7 @@
 | 
				
			|||||||
            padding: 10px;
 | 
					            padding: 10px;
 | 
				
			||||||
            border-radius: 4px;
 | 
					            border-radius: 4px;
 | 
				
			||||||
            word-wrap: break-word;
 | 
					            word-wrap: break-word;
 | 
				
			||||||
 | 
					            text-align: center;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        .job-title {
 | 
					        .job-title {
 | 
				
			||||||
            font-size: 1.1em;
 | 
					            font-size: 1.1em;
 | 
				
			||||||
@@ -151,6 +154,7 @@
 | 
				
			|||||||
        .speed-limit-container {
 | 
					        .speed-limit-container {
 | 
				
			||||||
            display: flex;
 | 
					            display: flex;
 | 
				
			||||||
            align-items: center;
 | 
					            align-items: center;
 | 
				
			||||||
 | 
					            justify-content: center;
 | 
				
			||||||
            margin-bottom: 20px;
 | 
					            margin-bottom: 20px;
 | 
				
			||||||
            background-color: #2d2d2d;
 | 
					            background-color: #2d2d2d;
 | 
				
			||||||
            padding: 8px 12px;
 | 
					            padding: 8px 12px;
 | 
				
			||||||
@@ -162,6 +166,7 @@
 | 
				
			|||||||
            align-items: center;
 | 
					            align-items: center;
 | 
				
			||||||
            gap: 10px;
 | 
					            gap: 10px;
 | 
				
			||||||
            width: 100%;
 | 
					            width: 100%;
 | 
				
			||||||
 | 
					            justify-content: center;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        .speed-limit-container input[type="number"],
 | 
					        .speed-limit-container input[type="number"],
 | 
				
			||||||
        .speed-limit-container select,
 | 
					        .speed-limit-container select,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user