Skip to content

Commit 9208f65

Browse files
Merge pull request #1601 from ak-sh-at/prime
prime checker modified
2 parents c08b784 + bb4c825 commit 9208f65

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

Projects/prime checker/prime.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ h1 {
1717
/* margin-top: 7%; */
1818
/* margin-left: 32%; */
1919
/* margin-right: 32%; */
20-
width: 40%;
20+
width: 400px;
2121
max-height: 100%;
2222
display: flex;
2323
justify-content: center;
@@ -29,6 +29,15 @@ h1 {
2929
border-radius: 15px;
3030
/* box-shadow: #888888 7% 8%; */
3131
}
32+
@media(max-width:416px)
33+
{
34+
.info{
35+
width:220px;
36+
}
37+
body{
38+
width: fit-content;
39+
}
40+
}
3241

3342
input {
3443
font-size: large;
@@ -37,7 +46,7 @@ input {
3746
border-radius: 10px;
3847
margin-top: 6%;
3948
height: 20%;
40-
width: 80%;
49+
width: 90%;
4150
padding: 2%;
4251
box-shadow: none;
4352
outline: none;
@@ -85,6 +94,7 @@ p {
8594
justify-content: center;
8695
align-items: center;
8796
text-align: center;
97+
font-size: large;
8898
}
8999

90100
/* .block

0 commit comments

Comments
 (0)