Semantic-UI-Meteor
Semantic-UI-Meteor copied to clipboard
Why my web not responsive?
how to make it responsinve?
I tried to add meta like this main.html
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Lyburan</title>
</head>
<body>
<div id="render-target"></div>
</body>
but still not responsive
I'm not sure what you want to make responsive. Maybe this example page helps: https://semantic-ui.com/examples/responsive.html