Compare commits

..

No commits in common. "3ca36cce076a256fb231906f5e0d8be6719bc9c9" and "90b19cf49cc98d0fe3f1eba475047e61f534ad56" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -62,11 +62,9 @@
</span>
<br>
<br>
<span class="form-info">
Your user agent is:
</span>
<br>
<span class="text-description">
Your user agent is:
<br>
<?php echo $ua_str; ?>
</span>
<br>

View File

@ -65,14 +65,10 @@ body {
color: #0280e5;
padding-top: 5px;
padding-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
p.text-description{
width: 80%;
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 600px) {