Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
Make sweetalert bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Mar 31, 2016
1 parent 669e9b1 commit 55bbe87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@
.fb-share-button {
float: right;
}

.sweet-alert {
width: 768px;
margin-left: -359px;
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/readable.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/sweetalert.css">
<link rel="stylesheet" href="css/style.css">

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser-polyfill.js"></script>
<script type="text/javascript" src="https://fb.me/react-0.14.7.js"></script>
Expand Down

0 comments on commit 55bbe87

Please sign in to comment.