diff options
| author | s1n <[email protected]> | 2019-10-27 01:35:29 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-27 01:35:29 -0700 |
| commit | d0b22851547a5173f60de5a4d6825c2ae32373aa (patch) | |
| tree | 53c64b62efaf71207f041437f7f388a9177c709c /work/index.html | |
| parent | remove top from m.menu (diff) | |
| download | p.s1n.pw-admin-d0b22851547a5173f60de5a4d6825c2ae32373aa.tar.xz p.s1n.pw-admin-d0b22851547a5173f60de5a4d6825c2ae32373aa.zip | |
add mobile text to home
Diffstat (limited to 'work/index.html')
| -rw-r--r-- | work/index.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/work/index.html b/work/index.html index fe4199a..9c6f48f 100644 --- a/work/index.html +++ b/work/index.html @@ -79,21 +79,6 @@ <p class="wow fadeInUp" data-wow-delay="1.2s">I usually do small, daily projects to exercise my skills. Here are some of my projects.</p> <br> - <style> - @media(min-width: 768px) { - .mobile-txt2 { - display: none; - } - } - - .mobile-txt2 { - content: "absence."; - font-family: "Roboto Mono"; - font-size: 16px; - color: #fff; - } - </style> - </div> </div> </div> |