We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0451684 commit 7c91103Copy full SHA for 7c91103
My Website.code-workspace
@@ -0,0 +1,14 @@
1
+{
2
+ "folders": [
3
+ {
4
+ "path": ".."
5
+ },
6
7
+ "name": "Mahdi0dev.github.io",
8
+ "path": "."
9
+ }
10
+ ],
11
+ "settings": {
12
+ "liveServer.settings.multiRootWorkspaceName": "My Website"
13
14
+}
index.html
@@ -49,6 +49,19 @@
49
flex-grow: 1;
50
text-align: center;
51
}
52
+
53
+ /* اضافه کردن Media Query برای دستگاههای کوچک */
54
+ @media only screen and (max-width: 768px) {
55
+ .w3-row-padding {
56
+ flex-direction: column;
57
58
+ .w3-third {
59
+ width: 100% !important;
60
61
+ .w3-twothird {
62
63
64
65
</style>
66
</head>
67
<body class="w3-light-grey">
0 commit comments