Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit aee0685

Browse files
committed
Update
1 parent 05f47bc commit aee0685

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dropdown.menu/dark.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<style>
1212
body {
1313
font-family: 'Open Sans', sans-serif;
14-
margin-top: 25px;
14+
padding: 25px;
1515
}
1616
</style>
1717
</head>
1818
<body>
1919
<div class="row">
20-
<div class="three columns">
20+
<div class="four columns">
2121
<h2>CSS UI - Dropdown menu</h2>
2222
<div class="dropdown">
2323

dropdown.menu/light.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<style>
1212
body {
1313
font-family: 'Open Sans', sans-serif;
14-
margin-top: 25px;
14+
padding: 25px;
1515
}
1616
</style>
1717
</head>
1818
<body>
1919
<div class="row">
20-
<div class="three columns">
20+
<div class="four columns">
2121
<h2>CSS UI - Dropdown menu</h2>
2222
<div class="dropdown">
2323

0 commit comments

Comments
 (0)