We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08b784 + bb4c825 commit 9208f65Copy full SHA for 9208f65
1 file changed
Projects/prime checker/prime.css
@@ -17,7 +17,7 @@ h1 {
17
/* margin-top: 7%; */
18
/* margin-left: 32%; */
19
/* margin-right: 32%; */
20
- width: 40%;
+ width: 400px;
21
max-height: 100%;
22
display: flex;
23
justify-content: center;
@@ -29,6 +29,15 @@ h1 {
29
border-radius: 15px;
30
/* box-shadow: #888888 7% 8%; */
31
}
32
+@media(max-width:416px)
33
+{
34
+ .info{
35
+ width:220px;
36
+ }
37
+ body{
38
+ width: fit-content;
39
40
+}
41
42
input {
43
font-size: large;
@@ -37,7 +46,7 @@ input {
46
border-radius: 10px;
47
margin-top: 6%;
48
height: 20%;
- width: 80%;
49
+ width: 90%;
50
padding: 2%;
51
box-shadow: none;
52
outline: none;
@@ -85,6 +94,7 @@ p {
85
94
86
95
align-items: center;
87
96
text-align: center;
97
+ font-size: large;
88
98
89
99
90
100
/* .block
0 commit comments