Semantic-UI-Meteor icon indicating copy to clipboard operation
Semantic-UI-Meteor copied to clipboard

Why my web not responsive?

Open yozawiratama opened this issue 8 years ago • 1 comments

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

yozawiratama avatar Feb 15 '18 04:02 yozawiratama

I'm not sure what you want to make responsive. Maybe this example page helps: https://semantic-ui.com/examples/responsive.html

nooitaf avatar Feb 17 '18 06:02 nooitaf