better resizing on smaller screens
This commit is contained in:
@@ -72,7 +72,7 @@ input {
|
||||
text-align:center;
|
||||
font-size:large;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
@media screen and (max-width: 1000px) {
|
||||
h2,h3 {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ a {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
@media screen and (max-width: 1000px) {
|
||||
.column {
|
||||
float: none;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user